objectSelectionStarted

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
objectSelectionStarted
Associationscard
Summary

Sent when, in edit mode, the user drags over a control

Introduced6.0
OSmac, windows, linux
Platformsdesktop
Example
on objectSelectionStarted
   put "Started selecting" && the time
end objectSelectionStarted
RelatedMessage: objectSelectionEnded
Description

Handle the objectSelectionStarted message if you want to do something when the user starts selection controls by dragging over them.

The objectSelectionStarted message is sent to the current card when, in edit mode, the user drags over a control.

Note: The objectSelectionStarted message is only available in the IDE.

Tagsui