class Animation Base class: WinBase Inherited classes: Empty Description: represents animation
- Fields:
- delay: The delay in milliseconds between successive images
- images: Image list of the animation
- Methods:
- null(): Adds an image to the animation object
- null(): Removes the image in the given index from this animation object
- null(): Stops the animation
- start(): Starts the animation
- Events:
- Empty
Back to Mama reference
|