Animation library | |
Type | library |
Dictionary | LCS |
Library | LiveCode Script |
Synonyms | animation library,animation libraries |
Related | Command: revGoToFramePaused, revPlayAnimation, revStopAnimation Glossary: command, LiveCode custom library |
Description | The LiveCode custom library that supports animations created with the Animation Builder. The revGoToFramePaused, revPlayAnimation, and revStopAnimation commands are part of the Animation library. |
Tags | multimedia |
Type | Name | Summary | Syntax |
---|---|---|---|
command | revGoToFramePaused | No longer supported, and included for backwards compatibility only. Moves an animation created in the Animation Builder to the specified frame. | revGoToFramePaused <animationName>,{<keyFrameName> | <frameNumber>} |
- - - | revPlayAnimation | No longer supported and included for backwards compatibility only. | revPlayAnimation <animationName> [, <startFrame> [, <endFrame>]] |
- - - | revStopAnimation | No longer supported and included for backwards compatibility, halts an animation created with the Animation Builder in LiveCode versions older than 2.5. | revStopAnimation <animationName> |