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

Animation resets to first frame, even without loop.

New Here ,
Feb 26, 2019 Feb 26, 2019

I've been using Adobe Animate lately to do some web animations in HTML5 for various companies. However I recently came across a problem where the animation resets to the first frame and stays on it when loop timeline is unchecked. These aren't supposed to be looping animations, so it's causing quite a problem as I can't figure out what exactly is causing this.

How do I make it stay on the last frame after the animation ends?

832
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 , Feb 26, 2019 Feb 26, 2019

Hi Sergiolink

Make an extra layer, call it "scripts" or "actions", create here in the last frame a keyframe and go to Window -> Actions and type into the Actions panel:

this.stop();

Klaus

Translate
Advocate ,
Feb 26, 2019 Feb 26, 2019

Hi Sergiolink

Make an extra layer, call it "scripts" or "actions", create here in the last frame a keyframe and go to Window -> Actions and type into the Actions panel:

this.stop();

Klaus

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 ,
Feb 27, 2019 Feb 27, 2019

thanks, that worked.

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
Advocate ,
Feb 27, 2019 Feb 27, 2019
LATEST

Pleasure

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