Well, i got the whole 'load and unload seperate .
swf's' to work. Now, I need some assistance on making the buttons in those .swfs to work in the main movie??? This is what I have for one of the buttons in the seperately loaded .
swf:
on (press) {
gotoAndStop (10);
unloadMovieNum (1);
}
Yes, the unloadMovieNum (level 1) works fine but, the gotoAndStop (10)-going to frame #10 in the main movie- does not. What scripting am I missing? Some assistance would be great. Thanks again in advance.