StartAnimation
From The Official Visionaire Studio: Adventure Game Engine Wiki
Command History
Available since v3.7
Allows you to play any animation; if the animation is already playing then the existing animation is returned!
Syntax:
startAnimation(animation [, reverse])
Example 1: basic start action method
-- n/a: will add later!
Arguments
animation: link
The link to the animation to be started! ("path"|"object_id"|"animation_name")
Flags: none
Return: visionaireObject
The visionaire object representing the active animation!