User Guide

680
trackStopTime (cast member property)
Syntax
member(whichDigitalVideoCastmember).trackStopTime(whichTrack)
trackStopTime(member whichCastMember, whichTrack)
Description
Digital video cast member property; returns the stop time of the specified track of the specified
digital video cast member. It can be tested but not set.
Example
This statement determines the stop time of track 5 in the digital video cast member Jazz
Chronicle and displays the result in the Message window:
put member("Jazz Chronicle").trackStopTime(5)
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)
trackText
Syntax
sprite(whichDigitalVideoSprite).trackText(whichTrack)
trackText(sprite whichSprite, whichTrack)
Description
Digital video sprite property; provides the text that is in the specified track of the digital video at
the current time. The result is a string value, which can be up to 32K characters long. This
property applies to text tracks only.
This property can be tested but not set.