Livecode Wiki
Advertisement

Returns a list of controls that are being moved by the move command.

Built-in Function handler[]

Syntax:

movingControls()

Examples:

the movingControls
if myID is among the lines of the movingControls then beep

Use the movingControls function to find out whether a control or window is still moving, or to perform an action on each control or window that is moving.

See also: control (object),properties (property),ID (property),

Advertisement