Lingo Dictionary > O-R > rightMouseDown (system property) |
![]() ![]() ![]() |
rightMouseDown (system property)
Syntax
the rightMouseDown
Description
System property; indicates whether the right mouse button (Windows) or the mouse button and Control key (Macintosh) are being pressed (TRUE
) or not (FALSE
).
On the Macintosh, rightMouseDown
is TRUE
only if the emulateMultiButtonMouse
property is TRUE
.
Example
This statement checks whether the right mouse button in Windows is being pressed and plays the sound Oops in sound channel 2 if it is:
if the rightMouseDown then puppetSound 2, "Oops"
See also
![]() ![]() ![]() |