static void stopAnimationAndSetFrameNumber(int animLoc, int frame)
Throws:
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Parameter | Range | Description |
---|---|---|
animLoc | 0 ... 7 | index of the animation control |
frame | 0 ... number of frames - 1 | frame of the animation |
Stops the animation referenced via animLoc and shows the specified frame.
Note
Example
Graphic.stopAnimationAndSetFrameNumber(2, 4);
Stops the animation control with index 2 and displays frame 4 of the animation.
See also:
Graphic.setAnimationRepetitions(int, int)
Graphic.setAnimationCoordinatesToXY(int, int, int)
Graphic.stopBreakAnimation(int)
Graphic.suspendAnimationEngine()
Copyright © demmel products gmbh. All rights reserved.