Skip to main content
Participant
June 16, 2014
Question

How to stop the animation at a certain frame using action script 3.0 .

  • June 16, 2014
  • 1 reply
  • 815 views

How to stop on a frame to stop the animtion using adobe flash cc.

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
June 16, 2014

Either put a stop(); command in the desired frame of the animation's timeline, or have an ENTER_FRAME event listener working who's event handler function constantly check the currentFrame value of the animation and issues an animation.stop(); command when the desired frame is reached