static void setAnimationBackgroundFrame(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 | background frame of the animation |
Specifies the frame frame as background for the animation engine animLoc.
Note
Example
Graphic.setAnimationBackgroundFrame(7, 12);
This will specify frame #12 as the background frame for animation control #5.
See also:
Graphic.removeAnimationBackground(int)
Graphic.setAnimationBackgroundColor(int, int)
Graphic.setAnimationBackgroundGraphic(int, int, int, int)
Graphic.setAnimationBackgroundScreen(int, int, int, int)
Graphic.eraseAnimationImageArea(int)
Graphic.eraseAnimationFrameArea(int)
Copyright © demmel products gmbh. All rights reserved.