hiliteChanged
Type
message
Summary
Sent when the switch is changed to either the on or off position
Syntax
hiliteChanged
Description
Handle the hiliteChanged message in the widget's object script to respond to the user switching the button on or off.
Examples
on hiliteChanged
set the visible of group 1 to the highlight of me
end hiliteChanged