PDA

View Full Version : Play speed



Ikaru
March 31st, 2003, 04:25 PM
I have a few keyframes and need to know how I could alter how fast they play based on a variable so a higher number yields a slower play. Haven't been able to get it quite right myself.

lostinbeta
March 31st, 2003, 04:39 PM
You can try something with setInterval to create a mock FPS rate.

This will be a lower number for a slower speed, but still works.


Check my attachment, I have a commented .fla file.

Ikaru
March 31st, 2003, 06:54 PM
Oh sorry, I forgot to mention that I'm using Flash 5. setInterval isn't in there is it?

lostinbeta
March 31st, 2003, 07:45 PM
Ohhhh, nope, setInterval isnt a Flash 5 option. I don't believe you can do this in Flash 5. I have no clue though.