I am duplicating movie clips on the stage using a for loop. Inside the for loop is a loadMovie() function that loads a jpg inside each newly duplicated clip. My question is how do I pause the for loop until the image is done loading, then move on to the next.
The way it is right now appears to be doing it all at once and it’s obviously pretty choppy.
Any ideas would be great - thanks!