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

MovieClip change frame speed

Community Beginner ,
Aug 19, 2014 Aug 19, 2014

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

TOPICS
ActionScript
259
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
Community Expert ,
Aug 19, 2014 Aug 19, 2014
LATEST

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).

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