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

How do I stop a scene

Participant ,
Sep 15, 2015 Sep 15, 2015

I have 10 scenes but then I put a movieclip in a scene and when I test that loops the movie swf. I have used the stop (); but it doesn't help it continue looping. How do I do it to stop looping.

TOPICS
ActionScript
246
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
LEGEND ,
Sep 16, 2015 Sep 16, 2015

If you mean the movieclip keeps looping then you need to include a command for the movieclip to stop.  mc.stop(); might work if you named it "mc" and it is a timeline-based animation

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
Participant ,
Sep 17, 2015 Sep 17, 2015
LATEST

I lay there movieclip in one of 10 scenes, and when I test the movie as it loops. I have tested with mc.stop (); but it doesn't. I want to get a stop and how I do it.

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