animation2

BlitzPlus Forums/BlitzPlus Beginners Area/animation2

Alberto(Posted 2005) [#1]
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


rdodson41(Posted 2005) [#2]
I think you might be using Blitz3D? Cause I have never seen anything like that in BlitzPlus. Its you're using B3D you're in the wrong forum.