-- Lingo syntax _movie.markerList // JavaScript syntax _movie.markerList;
Movie property; contains a script property list of the markers in the Score. Read-only.
The list is of the format:
frameNumber: "markerName"
This statement displays the list of markers in the Message window:
-- Lingo syntax put(_movie.markerList) // JavaScript syntax put(_movie.markerList);