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

How to Extend a Tween Span with Actionscript

New Here ,
Mar 30, 2017 Mar 30, 2017

Hello!

I'm animating a record player arm in my movie. It's rotating from a fixed registration point and will rotate 45 degrees from the start position on a record to the end position in the middle area. I'm able to create the animation tween successfully, however, the duration of the tween covers the length of an audio clip of 62 mins and 5 secs. That's a lot of frames (~89000+) and Animate won't publish over 16000.

Is there a way use a couple keyframes and some actions to slowly rotate the record player arm over the above amount of time?

Thanks for any help!

299
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

correct answers 1 Correct answer

LEGEND , Mar 30, 2017 Mar 30, 2017

Yes, you could create a movieClip to hold that animation and use the Tween class to show the arm movement. Here's a tutorial on tweening: AS3 Tween Class

Translate
LEGEND ,
Mar 30, 2017 Mar 30, 2017

Yes, you could create a movieClip to hold that animation and use the Tween class to show the arm movement. Here's a tutorial on tweening: AS3 Tween Class

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
LEGEND ,
Mar 30, 2017 Mar 30, 2017

I believe he means you can use a movieclip to hold the arm graphic, then use a tween to perform the animation.

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
New Here ,
Mar 30, 2017 Mar 30, 2017
LATEST

Perfect, this should get me there, thank you guys!

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