Package ilcd
Class Graphic

Public Method startOrRestartAnimation

static void startOrRestartAnimation(int animLoc)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
animLoc 0 ... 7 index of the animation control

Starts or restarts (if previously stopped) the animated graphic loaded to the animation control referred by animLoc.

Note

Example

Graphic.startOrRestartAnimation(4);

Starts the animation loaded into animation control 4.

See also:

Graphic.setAnimationRepetitions(int, int)
Graphic.stopAnimationAndSetFrameNumber(int, int)
Graphic.stopBreakAnimation(int)
Graphic.suspendAnimationEngine()