NodeAnimationStatus()
Syntax
Result = NodeAnimationStatus(#NodeAnimation)Description
Return the specified #NodeAnimation status.
Parameters
#NodeAnimation The node animation to use.
Return value
The return value can be one of the following constants:#PB_NodeAnimation_Stopped: The animation is stopped (or has ended). #PB_NodeAnimation_Started: The animation is running.
See Also
StartNodeAnimation(), StopNodeAnimation()
Supported OS
All