*On()

Determines if the messure should be drawn on the screen.

Syntax

*On (true/false)

Application

MediaView

Inputs

true
The measure will be drawn on the screen.
false
The measure will not be drawn on the screen.

Context

*MasterMeasure()

*Measure()

Example

*BeginVideo()
	• • •
	*Measure ({VIDEO_FILE_VIDEO_1}, "Master Unit Measure")
		*Transient(false)
            *On(true)
		…
	*EndVideoMeasure()
	• • •
*EndVideo

Comments

If On is true, the measure will only be drawn onscreen; otherwise it will not.