3D Lingo Dictionary > O-S > playing |
![]() ![]() ![]() |
playing
Syntax
member(whichCastmember
).model(whichModel
).keyframePlayer.playing member(whichCastmember
).model(whichModel
).bonesPlayer.playing
Description
3D #keyframePlayer
and #bonesPlayer
modifier property; indicates whether the modifier's animation playback engine is running (TRUE
) or if it's paused (FALSE
).
This property can be tested but not set.
Example
This statement shows that the #keyframePlayer
animation playback engine for the model named Alien3
is currently running.
put member("newaliens").model("Alien3").keyframePlayer.playing-- 1
See also
play()
, pause()
, playlist
, queue()
![]() ![]() ![]() |