On 8/10/07, Rick Schmitty <[EMAIL PROTECTED]> wrote: > > Should there be any code in the flas besides the #includes?
#includes are already deprecated (by classes and linked symbols), so you shouldn't even have that. As I see it, pretty much the only time you should have timeline code is when you need to cue something from an animation. Even then it should just be a single call to a function in that movie symbol's class, e.g. onElementAppear() or onFadeComplete() or something. There may be a few other times you use timeline code in the root FLA, like for Express Install, etc., but, by and large, people should be writing code as classes in AS files, organizing the AS classes into packages, and linking those classes to movieclip symbols in the library. -- T. Michael Keesey Director of Technology Exopolis, Inc. 2894 Rowena Avenue Ste. B Los Angeles, California 90039 -- The Dinosauricon: http://dino.lm.com/ Parry & Carney: http://parryandcarney.com/ ISPN Forum: http://www.phylonames.org/forum/ _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

