Skip to main content

animationDone

Type

message

Summary

Message generated at the end of an animation.

Syntax

animationDone <pAnimationID>

Description

Use the animationDone message to perform any operation on completion of an animation. As it can be to concatenate animations or perform any other operation.

Parameters

NameTypeDescription

pAnimationID

string

A string that identifies the animation that just ended. This string can be defined by the user, if the user does not, this parameter will be empty

Examples

on animationDone pAnimationID
if pAnimationID is "move left to right" then
animate the long id of me, "left", 80, 1, "inOutQuad"
end if
end animationDone

Compatibility and Support

OS

mac

windows

linux

ios

android

Platforms

desktop

mobile

web