Next: Internal data structures
Up: Animation
Previous: Constructors
The AnimDir enumeration lists the different directions in which the
animation can be moving:
- FORWARD: Animation proceeds continually forward each update.
- FORWARD1: Animation goes to the next step, then is PAUSEd.
- REVERSE: Animation proceeds continually backward each update.
- REVERSE1: Animation goes to the prev step, then is PAUSEd.
- PAUSE: Updates to not change the current position in the list.
The AnimPos enumeration lists different positions in the list to which
the animation position can jump, or can have new elements inserted or deleted:
- END: The end of the animation list.
- START: The start of the animation list.
- BEFORE: The frame before a specified frame.
- AFTER: The frame after a specified frame.
- DELETE: Unused.
- WRITE: Unused.
The AnimFrames enumeration lists the different ways in which frames
can be added or deleted. It is either ALL, or SELECTION.
The AnimStyle enumeration lists the different ways in which animation
can be done:
- ONCE: When the animation gets to the end or beginning, it will
then pause.
- LOOP: When the animation gets to the end or beginning, loop
around to the other end and continue through again in the same direction.
- ROCK: When the animation gets to the end or beginning, reverse
direction and continue animating.
Justin Gullingsrud
Tue Apr 6 09:26:48 CDT 1999