Animation library

Typelibrary
DictionaryLCS
LibraryLiveCode Script
Synonymsanimation library,animation libraries
RelatedCommand: 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.

Tagsmultimedia
TypeNameSummarySyntax
commandrevGoToFramePaused

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>