Here is what I want to do:
-
I want to create a preloader that loads my movie clip from the library (this movie clip is my entire site) and once it’s finished preloading it continues to animate my movie clip almost seamlessly (I think this would involve addChild(mainMovieClip). I would like to control everything from one frame on the ‘actions layer’ and once it is finished preloading it continues on with the rest of the actionscript that brings my site to life.
-
I want to avoid using any more than one frame that contains all of my code.
I have been trying at this, using different preloader tutorials, but none show what I’m looking for.
Any help, or a step in the right direction would be great.