Skip to main content
lukkaa
Participant
October 17, 2014
Question

How do I slow down a looping Movie clip?

  • October 17, 2014
  • 2 replies
  • 763 views

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:(

This topic has been closed for replies.

2 replies

Amy Blankenship
Legend
October 17, 2014

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.

Ned Murphy
Legend
October 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.