revStopAnimation | |||||||
Type | command | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | animation library | ||||||
Summary | No longer supported and included for backwards compatibility, halts an animation created with the Animation Builder in LiveCode versions older than 2.5. | ||||||
Introduced | 1.0 | ||||||
Platforms | desktop, server | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Property: defaultStack Message: startup, openBackground, preOpenStack, openStack Command: stop, revPlayAnimation, revGoToFramePaused, play Glossary: current card, main stack, handler, key frame, Standalone Application Settings, group, standalone application, trigger, message, command, application, LiveCode custom library Library: Animation library, library | ||||||
Description | The revStopAnimation command is no longer supported as the Animation Builder was removed in LiveCode 2.5, however it is included for backwards compatibility with older applications that used the Animation Builder. Use the revStopAnimation command from within a handler that's triggered by a key frame to stop the current animation from playing. Animations were created using the Animation Builder in old versions of LiveCode. The Animation builder is no longer available. The animationName must be an animation that was created on the current card of the defaultStack.
| ||||||
Tags | multimedia |