Re: [Flashcoders] include directive ...

2009-03-06 Thread Anthony Pace
: Flash Coders List Subject: Re: [Flashcoders] include directive ... I was the exact same way Taka until I started using FD. So many things that speed up development it's no contest. On Fri, Mar 6, 2009 at 3:00 PM, Taka Kojima wrote: Keep it on the timeline, don't switch to externa

RE: [Flashcoders] include directive ...

2009-03-06 Thread whispers
:P Oh..and P.O.S. = Piece of . ;) -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Joel Stransky Sent: Friday, March 06, 2009 2:14 PM To: Flash Coders List Subject: Re: [Flashcoders] include directive

Re: [Flashcoders] include directive ...

2009-03-06 Thread Joel Stransky
text inclusion from an external > >> source. > >> > Once included it's as though it were inline. > >> > > >> > I think that if you are using the timeline and having lots of includes > >> > all over the place to replace all of the inline code, it

Re: [Flashcoders] include directive ...

2009-03-06 Thread Anthony Pace
nline code, it would be a nightmare to work out what's going on. I rarely use the include directive. Better to use classes. Paul - Original Message - From: "SJF" To: Sent: Thursday, March 05, 2009 2:37 AM Subject: [Flashcoders] include directive ... Looking for clarity

Re: [Flashcoders] include directive ...

2009-03-06 Thread Anthony Pace
lashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Joel Stransky Sent: Friday, March 06, 2009 11:58 AM To: Flash Coders List Subject: Re: [Flashcoders] include directive ... Technically, Yes, it's the exact same thing. include merely allows you use an external text editor instead of the

Re: [Flashcoders] include directive ...

2009-03-06 Thread Taka Kojima
un...@chattyfig.figleaf.com] On Behalf Of Joel >> Stransky >> Sent: Friday, March 06, 2009 11:58 AM >> To: Flash Coders List >> Subject: Re: [Flashcoders] include directive ... >> >> Technically, Yes, it's the exact same thing. include merely allows yo

Re: [Flashcoders] include directive ...

2009-03-06 Thread Joel Stransky
f Joel > Stransky > Sent: Friday, March 06, 2009 11:58 AM > To: Flash Coders List > Subject: Re: [Flashcoders] include directive ... > > Technically, Yes, it's the exact same thing. include merely allows you use > an external text editor instead of the p.o.s. actions panel. &

RE: [Flashcoders] include directive ...

2009-03-06 Thread whispers
P.O.S. Actions panel 4 LIFE!!! :) -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Joel Stransky Sent: Friday, March 06, 2009 11:58 AM To: Flash Coders List Subject: Re: [Flashcoders] include directive

Re: [Flashcoders] include directive ...

2009-03-06 Thread Joel Stransky
classes. > > Paul > > > - Original Message - From: "SJF" > To: > Sent: Thursday, March 05, 2009 2:37 AM > Subject: [Flashcoders] include directive ... > > > > Looking for clarity on the include directive in a CS3 FLA file. >> >&

Re: [Flashcoders] include directive ...

2009-03-04 Thread Paul Andrews
hat's going on. I rarely use the include directive. Better to use classes. Paul - Original Message - From: "SJF" To: Sent: Thursday, March 05, 2009 2:37 AM Subject: [Flashcoders] include directive ... Looking for clarity on the include directive in a CS3 FLA file. Tech

[Flashcoders] include directive ...

2009-03-04 Thread SJF
Looking for clarity on the include directive in a CS3 FLA file. Technically, does anyone know if pound-for-pound, having code on a movieclip's timeline is EXACTLY the same as having it's code in an external .as file and using the include directive? Here are more details: 1) The code being extern