I have a whell that is turning so i want to make it spin faster or slower acording to the speed at wich it is moving. Also is there a way to change the frame rate of an animation thru script editor?
If not i was thinking about stoping the animation and making several timers and every timer would to this ex.
Timer1
- Code: Select all
animpos=animpos+1;
Timer2
- Code: Select all
animpos=animpos+2;
...
But it would be the same result.
Thanks for any help.