Skip to main content
September 4, 2014
Question

Button to go to the previous Frame and scene the user was on

  • September 4, 2014
  • 1 reply
  • 593 views

i have a button in flash that when its clicked i want it to go back to the previous scene and frame the user was on any AS3 to do this ?

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
September 4, 2014

you can't do both at the same time, but you can use prevFrame() to go to the previous frame and prevScene() to go to the previous scene.