-- Lingo syntax _movie.frameLabel // JavaScript syntax _movie.frameLabel;
Movie property; identifies the label assigned to the current frame. Read/write during a Score recording session only.
When the current frame has no label, the value of the frameLabel property is 0.
The following statement checks the label of the current frame. In this case, the current frameLabel value is Start:
-- Lingo syntax put(_movie.frameLabel) // JavaScript syntax put(_movie.frameLabel);