this is the stupidiest question ever… but in my whole time working with flash, I’ve never been able to understand this, and noone has never been able to explain to me…
which is the use of having “variable movieClips”?? …
I mean, if I have this:
var SuperAwesomeGuy:MovieClip = new MovieClip()
the only usefull things I could do with it is the following (which is very usefull if you are using a “for…in”):
var variableMovie:MovieClip = _root.attachMovie("movie","movie-with-complicated-name"+i,random_depth)
variableMovie._x = 200
variableMovie._y = 500
and I didn’t found anything else usefull…
so please, can you explain what a “variable movie clip” is for??..
I would really apreciate it …
salu2’s