Hello
Some months ago , I asked if it was possible to change the animation speed parameter of the animate comand,either continuosly or step by step, to simulate an "acceleration"
We could do :
If Not AnimSeq(mymodel) = run Animate mymodel,3,speed#,run
If Animating(mymodel) = False
speed# = speed# + 0.05
Animate mymodel,3,speed#,run
End If
hope it can be of help
Some months ago , I asked if it was possible to change the animation speed parameter of the animate comand,either continuosly or step by step, to simulate an "acceleration"
We could do :
If Not AnimSeq(mymodel) = run Animate mymodel,3,speed#,run
If Animating(mymodel) = False
speed# = speed# + 0.05
Animate mymodel,3,speed#,run
End If
hope it can be of help