Livecode Wiki
Advertisement

Equivalent to the string "up".Syntax:

up

Examples:

if the shiftKey is up then beep
wait while the mouse is up

Use the up constant to indicate the state of a mouse button or modifier key, or in an arrowKey handler.

See also: commandKey (function),altKey (function),controlKey (function),arrowKey (message),

Advertisement