Lingo Dictionary > L-N > markerList |
![]() ![]() ![]() |
markerList
Syntax
the markerList
Description
Global property; contains a Lingo property list of the markers in the Score. The list is of the format:
frameNumber: "markerName"
This property can be tested but not set.
Example
This statement displays the list of markers in the Message window:
put the markerlist -- [1: "Opening Credits", 15: "Main Menu", 26: "Closing Credits"]
marker()
See also
frameLabel
, label()
, marker(), labelList
![]() ![]() ![]() |