PDA

View Full Version : onEnterFrame loadMovie question


timwhelan
06-08-2006, 05:58 PM
Okay, so new - dah.
In my main movie I want the bodyCopy_mc to load after the main movie loads. So I was trying an onEnterFrame to load it but it will not work.

What I want is after the main movie loads this secondary movie then loads. So when I click on a nav item the bodyCopy_mc goes away and the projects movie loads.

Please help point me in the right direction.

thanks
tim

okay so here it is...

this.createEmptyMovieClip("container", 1);
this.container.loadMovie("bodyCopy.swf");
container._x = 128 ;
container._y = 189 ;