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 asbut with no success. Is there a way for me to do this?Code:parent.gotoAndStop(2, "Menus"); stage.gotoAndStop(2, "Menus"); this.parent.gotoAndStop(2, "Menus");
Note: The purpose of the buttons is to exit the current game (go to the menu).
Bookmarks