StopAnimation

From VisionaireWiki
Revision as of 10:34, 25 October 2008 by Timo (talk | contribs) (New page: ==stopAnimation== Stops a running animation. If the animation is preloaded but not active or not active at all then nothing happens. Lua Syntax: <pre>stopAnimation(animation)</pre> ===A...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

stopAnimation

Stops a running animation. If the animation is preloaded but not active or not active at all then nothing happens.

Lua Syntax:

stopAnimation(animation)

Arguments

animation

"object path"|"object id"|object - Visionaire object which specifies an animation.

Flags

Return Values

None.