PDA

View Full Version : preloader?


13thSky
06-16-2005, 12:03 PM
I have the following script. But i need all images to be loaded before it goes to frame 5.

for (i=0; i<=10; i++) {
m = main.mainit.duplicateMovieClip("newit"+i, i);
m.createEmptyMovieClip("img", 1).loadMovie("images/gallery/gallery2/"+images[i]);
if (i == 10) {
gotoAndStop(5);
}
}
stop();

Archangel
08-04-2005, 10:06 AM
Have you done a google search on this yet?

I created one, but the file are at home. If tI think about it I can take a look at what I did and get back to you.