Lingo Dictionary > T-Z > trackStartTime (sprite property) |
![]() ![]() ![]() |
trackStartTime (sprite property)
Syntax
sprite(
whichDigitalVideoSprite
).trackStartTime(
whichTrack
)
trackStartTime(sprite
whichSprite
,
whichTrack
)
Description
Digital video sprite property; sets the starting time of a digital video movie in the specified sprite channel. The value of trackStartTime
is measured in ticks.
This property can be tested but not set.
Example
In the Message window, this statement reports when track 5 in sprite channel 10 starts playing. The starting time is 120 ticks (2 seconds) into the track.
put sprite(10).trackStartTime(5) -- 120
See also
duration
, movieRate
, movieTime
![]() ![]() ![]() |