Skip to main content
Participant
February 26, 2019
Answered

Animation resets to first frame, even without loop.

  • February 26, 2019
  • 3 replies
  • 930 views

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?

    This topic is closed to new replies. Start a new post to keep the conversation going.
    Correct answer kdmemory

    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

    3 replies

    kdmemory
    kdmemoryCorrect answer
    Inspiring
    February 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

    Participant
    February 27, 2019

    thanks, that worked.

    kdmemory
    Inspiring
    February 27, 2019

    Pleasure