Question
Iteratively loading multple movie clips
What is the most effective way to iteratively load movie
clips? I have the names of this clips I want to load in an array
which I am cycling through with a "for" loop, but what's the most
effective way to be sure one is loaded before I move on to the
next? Is there a way to pause the loop until I get an
onLoadComplete message?