Lingo Dictionary > S > scriptType

 

scriptType

Syntax

member whichScript.scriptType
the scriptType of member whichScript

Description

Cast member property; indicates the specified script's type. Possible values are #movie, #score, and #parent.

Example

This statement makes the script member Main Script a movie script:

member("Main Script").scriptType = #movie