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

movie clip button isnt working

New Here ,
Sep 07, 2013 Sep 07, 2013

Screen shot 2013-09-07 at 10.24.26 AM.pngmiddle button not working called "rect1"

this is scene 1

scene 3 where the button is and its action scriptScreen shot 2013-09-07 at 10.26.02 AM.png

TOPICS
ActionScript
659
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

correct answers 1 Correct answer

Community Expert , Sep 07, 2013 Sep 07, 2013

that code should work for as long as your in scene 3.  ie, remove that gotoAndPlay() at the end of your code.

Translate
Community Expert ,
Sep 07, 2013 Sep 07, 2013

that code should work for as long as your in scene 3.  ie, remove that gotoAndPlay() at the end of your code.

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
New Here ,
Sep 07, 2013 Sep 07, 2013

ok that made it work. although i still have no idea how.

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 07, 2013 Sep 07, 2013
LATEST

because when you exit that scene, those objects (box1 and box2) no longer exist.

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