View Single Post
  #1 (permalink)  
Old Mar 23rd, 2005, 17:57
orlanime orlanime is offline
Junior Member
Join Date: Apr 2004
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Making buttons in seperate.swf's work in main movie

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.