Flash Preloader

Ok. I need help for that one.

I need to figure out how to create a prelaoder which load the main movie (main.swf) in level 1, during the intro. SO in the back of the intro, which is intro.swf, level2.

THanks

loadMovie(“movie.swf”, 1);

the “1” is the level you are loading into.

put your preloader in “movie.swf” and call the movie before your initial preload is finished… something like that.

someone correct me if im wrong but, your preloader won’t be able to detect the size of the movie you are importing from the root movie.

-z