-- Lingo syntax _movie.lastChannel // JavaScript syntax _movie.lastChannel;
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.
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);