Hi all,
I’m quite new to Flash. Let’s say if I wanted to [COLOR=Blue]new [COLOR=Black]a series of MovieClipLoaders using a for loop , how do I go about doing it?
//using this as a basis for my idea
var loader:MovieClipLoader = new MovieClipLoader( );
Naming conventions would be in running numbers, *(e.g. loader0, loader1, loader2, … )
*Tried using the evil eval( ), but I was unable achieve what had in mind.
Thanks in advance
[/COLOR][/COLOR]