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

How do I slow down a looping Movie clip?

New Here ,
Oct 16, 2014 Oct 16, 2014

Hi Is there any scripts to slow the speed of a looping Movie Clip?

At the moment I have Two layers in my scene, a looping background and a product that will fade in and fade out that loops also...

This is doing my head in:(

TOPICS
ActionScript
706
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 ,
Oct 17, 2014 Oct 17, 2014

If it is a timeline animation then you need to slow down the frame rate of the file.  While in the main timeline choose Modify -> Document -> and adjust the frame rate value lower.

You can dynamically change the frameRate property in AS3 using code as well.

If it is a coded animation, then show the code that controls the looping.

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
Guide ,
Oct 17, 2014 Oct 17, 2014
LATEST

You're probably better off changing them both to graphic symbols, so that you can see how they will play against each other, then add and remove frames as necessary within each symbol.

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