3D Lingo Dictionary > A-B > animationEnabled

 

animationEnabled

Syntax

member(whichCastmember).animationEnabled

Description

3D cast member property; indicates whether motions will be executed (TRUE) or ignored (FALSE). This property can also be set in the Property Inspector.

The default value for this property is TRUE.

Example

This statement disables animation for the cast member named Scene.

member("Scene").animationEnabled = FALSE