|
Description
This is the HAnim class.
Method summary for the HAnim class
- play(Number, Number) – Play the animation. The first parameter is a value between 0 and 1 representing how much of the animation should be played. Thus 0 is the starting position and 1 is the ending position of the 3D animation. The second parameter refers to the number of frames over which the animation is to play.
- stop() - Stops the animation from playing.
Sample Code To see a HAnim class in action, refer to the section 'Using Animations in Blaze 3D' seen here. |