Quote from the scripting definintions manual:
<Quote>
playanim <startframe> <endframe> [looping forever/duration] [rate FPS]
This will play an animation that the model has. STARTFRAME is the frame number you want to start on. ENDFRAME is the last frame number you want to play. LOOP FOREVER/DURATION is used if you want the animation to loop forever, or for a duration. RATE is used so that you can slow down the FPS.
</Quote>
I’m having trouble working out the “rate” part of this. There doesn’t seem to be an example in the official map scripts of use of the rate parameter.
I have an 18 frame wheel animation that turns too fast.
I’ve got this part:
playanim 1 18 looping forever
But I can’t work out how to change the playing speed short of adding more frames, which I don’t want to do.
Anyone know how to do it?
<font size=-1>[ This Message was edited by: No1_sonuk on 2002-07-18 13:15 ]</font>