J
jok3r
Guest
Actionscript remember last location?
Hello, i have 2 scenes, scene1 and scene2.
I have 5 buttons on scene1 , button1 , button2, button3 ...
when button1 clicked, button1._visible = false and gotoAndPlay("Scene2",1)
And I have BACK button on Scene2. When i press back button goes scene1 with code gotoAndPlay("Scene1",1)
BUT WHEN I GO BACK FROM SCENE2 , BUTTONS ARE SHOWING WHICH I CLICKED. I WANT TO CONTINUE .
HOW CAN I DO THAT ?
Hello, i have 2 scenes, scene1 and scene2.
I have 5 buttons on scene1 , button1 , button2, button3 ...
when button1 clicked, button1._visible = false and gotoAndPlay("Scene2",1)
And I have BACK button on Scene2. When i press back button goes scene1 with code gotoAndPlay("Scene1",1)
BUT WHEN I GO BACK FROM SCENE2 , BUTTONS ARE SHOWING WHICH I CLICKED. I WANT TO CONTINUE .
HOW CAN I DO THAT ?