Lingo Dictionary > G-K > invertMask

 

invertMask

Syntax

member(whichQuickTimeMember).invertMask
the invertMask of member whichQuickTimeMember

Description

QuickTime cast member property; determines whether Director draws QuickTime movies in the white pixels of the movie's mask (TRUE) or in the black pixels (FALSE, default).

This property can be tested and set.

Example

This handler reverses the current setting of the invertMask property of a QuickTime movie named Starburst:

on toggleMask
	member("Starburst").intertMask = not member("Starburst").intertMask
end

See also

mask