IsAnimationOver

From MaratisWiki
Revision as of 17:58, 8 February 2014 by Dahnielson (Talk | contribs)
Jump to: navigation, search

isAnimationOver(object)

Do something when the current animation has finished playing. Note that it also apply to looped animations.

Example:

   object = getObject("object")
   function onSceneUpdate()
           if isAnimationOver(object) then
               --do something 
           end   
   end
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox