Question
How can I add extra Movie Clips - AS 3.0
I have a code that plays only one new movie clip. I want to add extra movie clips for example it will plays movie1, movie2, movie3 and repeat in a loop.
I only have movie1 on loop with the following code:
var tempMovie1:MovieClip = movie1();
