StartAnimation

From VisionaireWiki
Revision as of 10:34, 25 October 2008 by Timo (talk | contribs) (New page: ==startAnimation== Starts an animation. If the animation is already running the existing animation is returned. Lua Syntax: <pre>startAnimation(animation [, reverse])</pre> ===Arguments...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

startAnimation

Starts an animation. If the animation is already running the existing animation is returned.

Lua Syntax:

startAnimation(animation [, reverse])

Arguments

animation

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

reverse

true|false - If true the animation is played in reverse order. Default value is false.

Flags

Return Values

visionaireObject
The visionaire object representing the active animation.