Skip to main content
Known Participant
August 19, 2014
Question

MovieClip change frame speed

  • August 19, 2014
  • 1 reply
  • 278 views

Is there a way from AS3 that I change the speed at which an internal movieclip plays instead of the normal document FPS?

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
August 19, 2014

no, but you can make it appear to change using a loop (like a timer) and nextFrame() (or prevFrame() if you want to play it backwards).