Lingo Dictionary > T-Z > trackEnabled |
![]() ![]() ![]() |
trackEnabled
Syntax
sprite(
whichDigitalVideoSprite
).trackEnabled(
whichTrack
)
trackEnabled(sprite
whichSprite
,
whichTrack
)
Description
Digital video sprite property; indicates the status of the specified track of a digital video. This property is TRUE
if the track is enabled and playing. This property is FALSE
if the track is disabled and no longer playing or is not updating.
This property cannot be set. Use the setTrackEnabled
property instead.
Example
This statement checks whether track 2 of digital video sprite 1 is enabled:
put sprite(1).trackEnabled(2)
See also
![]() ![]() ![]() |