Animation frame rate
Posted: Thu Nov 24, 2005 11:07 am
Dont know if this is a bug or what but after i put a frame rate above 30 i can se the sped up animation in the preview window, but when i play the game it plays 30 fps.
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
Timer2
...
But it would be the same result.
Thanks for any help.
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.