Hey Anggie, Hello from a neighbor.
I'm no guru, but I am OC (obsessive compulsive) when it comes to keeping my code clean. 1) If I can help it, I keep all my code in one place. All in one frame, all the better. All in one swf? Better yet. 2) I don't keep the actual code in the FLA but I import it via #include. 3) I use classes whenever I can - and I keep them as modularized as possible 4) If I can't use classes, I put all my code in functions, even if it is not in a class. It becomes easier this way when you have an AS editor that can collapse functions. 5) Comment, a lot! Goodluck, -- Ramon Miguel M. Tayag _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

