How to smoothly switch between animations?

Blitz3D Forums/Blitz3D Beginners Area/How to smoothly switch between animations?

BugZilla(Posted 2008) [#1]
In Blitz 3D, I have a character that I want to do a wide variety of animations based on user input. For example, go from idle to running to jumping, etc.. I have saved each animation as a seperate .B3D file. How can I smoothly transition between them?


jhocking(Posted 2008) [#2]
Use LoadAnimSeq to load the animations, and use the transition parameter of the Animate command to smoothly transition when playing an animation.