I am trying to preload an array of images in a for loop using onEnterFrame.
The enterFrame function, however, only seems to execute on the last iteration of the loop. Is there some rule that you cannot run an enterframe operation in a for loop?
How do I preload my gallery of images? I am using loadMovie on an array of images stored on the server and them storing them locally on my stage. I need to show a preloader until the last image has loaded…
Any suggestions would be very much appreciated.