Package ilcd
Class Graphic

Public Method stopBreakAnimation

static void stopBreakAnimation(int animLoc)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
animLoc 0 ... 7, 65 index of the animation control (65 = all)

Stops the animation specified via animLoc.

Note

Example

Graphic.stopBreakAnimation(2);

Stops the animation stored under position 2 at its current frame.

See also:

Graphic.suspendAnimationEngine()
Graphic.startOrRestartAnimation(int)
Graphic.resumeAnimationEngine()