StopAnimation: Difference between revisions

From VisionaireWiki
Jump to navigation Jump to search
(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...)
 
(No difference)

Latest revision as of 10:34, 25 October 2008

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.