User Guide
824 Chapter 14: Properties
labelList
Usage
the labelList
Description
System property; lists the frame labels in the current movie as a Return-delimited string (not a
list) containing one label per line. Labels are listed according to their order in the Score. (Because
the entries are Return-delimited, the end of the string is an empty line after the last Return. Be
sure to remove this empty line if necessary.)
Example
This statement makes a list of frame labels in the content of the field cast member Key Frames:
This handler determines the label that starts the current scene:
See also
frameLabel, label(), marker()
lastChannel
Usage
-- Lingo syntax
_movie.lastChannel
// JavaScript syntax
_movie.lastChannel;
Description
Movie property; the number of the last channel in the movie, as entered in the Movie Properties
dialog box. Read-only.
To see an example of
lastChannel used in a completed movie, see the QT and Flash movie in
the Learning/Lingo Examples folder inside the Director application folder.
Example
This statement displays the number of the last channel of the movie in the Message window:
-- Lingo syntax
put(_movie.lastChannel)
// JavaScript syntax
put(_movie.lastChannel);
See also
Movie