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