Amarite1
04-14-2012, 11:05 PM
Hi All,
I am looking for a way that I can change the current frame of the Main Timeline from inside a Movieclip. I have tried various methods such as
parent.gotoAndStop(2, "Menus");
stage.gotoAndStop(2, "Menus");
this.parent.gotoAndStop(2, "Menus"); but with no success. Is there a way for me to do this?
Note: The purpose of the buttons is to exit the current game (go to the menu).
I am looking for a way that I can change the current frame of the Main Timeline from inside a Movieclip. I have tried various methods such as
parent.gotoAndStop(2, "Menus");
stage.gotoAndStop(2, "Menus");
this.parent.gotoAndStop(2, "Menus"); but with no success. Is there a way for me to do this?
Note: The purpose of the buttons is to exit the current game (go to the menu).