Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

Guest
Sep 04, 2014 Sep 04, 2014

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 ?

TOPICS
ActionScript
578
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 04, 2014 Sep 04, 2014
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines