anon191
01-08-2008, 02:44 PM
Im very close to completing a game ive been designing, however one thing stands in my way. I have a button on my last scene (the file is broken down to three scenes) and i need it to return the user to the very beginning of the game (the main menu) with all variables reset).
Im currently using the code on the button:
on (release) {
gotoAndPlay("scene 1");
}
but its not doing anything at all! :confused:
Is there a way i can simply return the user to beginning?
Thanks for any help!!
Im currently using the code on the button:
on (release) {
gotoAndPlay("scene 1");
}
but its not doing anything at all! :confused:
Is there a way i can simply return the user to beginning?
Thanks for any help!!