static void setAnimationRepetitions(int animLoc, int repeat)
Throws:
_INSERT_METHOD_SIGNATURE_HERE_
Description:
| Parameter | Range | Description |
|---|---|---|
| animLoc | 0 ... 7 | index of the animation control |
| repeat | 0 ... 65535 | number for animation repetitions (0 = endless) |
Sets the repetitions for a specific animation.
Note
Example
Graphic.setAnimationRepetitions(0, 100);
This will cause the animation 0 to be repeated 100 times.
See also:
Copyright © demmel products gmbh. All rights reserved.