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

Stop an action script of a frame

New Here ,
Sep 07, 2018 Sep 07, 2018

Hi.. I've been wondering how can i stop an action script that i put on my first frame. The action is whenever MOUSE_DOWN then gotoAndPlay(2) and it will stop at the 10th frame.. Because the first frame i put a "Click Anywhere To Start". It has stopped at the 10th frame but still, whenever MOUSE_DOWN it goes to the second frame. Is it because my first frame's action script still running? If it is, then how to stop it? I've added a new keyframe in the second frame of my action script layer. Although i don't know if  it will make a difference. Or maybe i should change the script?

389
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

Advocate , Sep 07, 2018 Sep 07, 2018

Maybe you can use RemoveEventListener(Mouse Down) command

pawel

Translate
Advocate ,
Sep 07, 2018 Sep 07, 2018

Maybe you can use RemoveEventListener(Mouse Down) command

pawel

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

Hm i see.. I didn't even know there's that kind of script. I'm still very new to this. By the way, thank you very much for replying!

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