Lingo Dictionary > T-Z > trackNextKeyTime |
![]() ![]() ![]() |
trackNextKeyTime
Syntax
sprite(
whichDigitalVideoSprite
).trackNextKeyTime(
whichTrack
)
trackNextKeyTime(sprite
whichSprite
,
whichTrack
)
Description
Digital video sprite property; indicates the time of the keyframe that follows the current time in the specified digital video track.
This property can be tested but not set.
Example
This statement determines the time of the keyframe that follows the current time in track 5 of the digital video assigned to sprite channel 15 and displays the result in the Message window:
put sprite(15).trackNextKeyTime(5)
![]() ![]() ![]() |