As I stated in the original query, I am looking for a script, hopefully short that will allow a Movie Clip to run at a different frame rate than the main animation.
It really does not matter what the main animation is, it matters to the movie clip that is continuously running inside the main animation. So, as I have indicated in the original post:
Hello,
I am building a simple movie clip and want it to run at 5 or 6 fps. My entire animation is running at 30 fps. I'm looking for a simple script to run the movie clip at a slower rate.
Can you direct me to where I might find a script what will work in Adobe Animate? All the Google stuff does not work.
Thank you,
Sky
Hopefully placing this here, you will read it!
As I said in my first post, you can achieve this using a timer. You set a timer to advance the movieClip at a set interval. It won't give you a very smooth animation, particularly at frame rates below 10 fps. Things tend to look jerky rather than smooth. Another consideration is that the slower movieClip will also need to be shorter in total frames. If your main animation is running at 30 fps and it 300 frames long, for instance, then the movieclip running at 2 fps will only get to show 20 frames.
Here's an example of how that might work: http://www.ddg-designs.com/downloads/framerates.zip
The code to control the slower movieClip is located inside the movieClip.