Lingo Dictionary > T-Z > trackStopTime (sprite property) |
![]() ![]() ![]() |
trackStopTime (sprite property)
Syntax
sprite(
whichDigitalVideoSprite
).trackStopTime(
whichTrack
)
trackStopTime(sprite,
whichSprite
,
whichTrack
)
Description
Digital video sprite property; returns the stop time of the specified track of the specified digital video sprite.
When a digital video movie is played, trackStopTime
is when playback halts or loops if the loop
property is turned on.
This property can be tested but not set.
Example
This statement determines the stop time of track 5 in the digital video assigned to sprite 6 and displays the result in the Message window:
put sprite(6).trackStopTime(5)
See also
movieRate
, movieTime
, trackStartTime (cast member property)
![]() ![]() ![]() |