markerList

Usage

-- Lingo syntax
_movie.markerList

// JavaScript syntax
_movie.markerList;

Description

Movie property; contains a script property list of the markers in the Score. Read-only.

The list is of the format:

frameNumber: "markerName"

Example

This statement displays the list of markers in the Message window:

-- Lingo syntax
put(_movie.markerList)

// JavaScript syntax
put(_movie.markerList);

See also

Movie