I need help with some buttons actionscripting
On a 1st swf I got a main timeline only with buttons corresponding to each section, and a container(movie), who is the one in charge of loading external swf`s.
That`s ok.
But i got a 2nd swf, on which i got a movieclip (with a button inside of it),
and all im trying to do is make that button(the one inside the movie on the second .swf)go to and play frame 118 of main timeline on my 2nd swf,(, in other words,THIS MAIN TIMELINE) here`s the code i used(on the button)
on (press) {
_root.gotoAndPlay(118);
}
and the problem;
When i do a “test movie” from the 2nd swf everything works perfect,
Now when i do a “test movie” from the 1st swf instead of going to frame 118 of 2nd swf main timeline, it goes to frame 118 of 1st swf.
Someone help please!!
Heres the explorer
On 1st swf(rpg_site.swf)
-Main timeline(1)
-home_mc(movieclip)
-bttn(button)
-about_mc(movieclip)
-bttn(button)
-links_mc(movieclip)
-bttn(button)
-contact_mc(movie)
-bttn(button)
-container(movie)(loads swf`s externally)
On 2nd swf (games.swf) (only list the important)
-Main timeline(2)
-final_fantasy(movieclip)
-bttn2(button) ( is the one with the code, _root.gotoAndPlay(118)