Lingo Dictionary > A-C > cuePointTimes

 

cuePointTimes

Syntax

member(whichCastMember).cuePointTimes
the cuePointTimes of member whichCastMember

Description

Cast member property; lists the times of the cue points, in milliseconds, for a given cast member. Cue point times are useful for synchronizing sound, QuickTime, and animation.

This property is supported by AIFF and WAV sound files, QuickTime digital video cast members, and Xtras cast members that support cue points. Xtras that generate cue points at run time may not be able to list cue point names.

Example

This statement obtains the time of the third cue point for a sound cast member.

Dot syntax:

put member("symphony").cuePointTimes[3]

Verbose syntax:

put (getAt(the cuePointTimes of member "symphony",3))

See also

cuePointNames, mostRecentCuePoint, isPastCuePoint(), on cuePassed