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

Animation resets to first frame, even without loop.

New Here ,
Feb 26, 2019 Feb 26, 2019

Copy link to clipboard

Copied

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?

Views

598

Translate

Translate

Report

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

Votes

Translate

Translate
Advocate ,
Feb 26, 2019 Feb 26, 2019

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

thanks, that worked.

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST

Pleasure

Votes

Translate

Translate

Report

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