Hi, how can i choose whater i want somenthing to happen when the user switches on or off the switch button widget?
meaning, i want somenthing to happen when the hiliteChanged is set to on and something else when he switches off
Thanks!
hiliteChanged
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: hiliteChanged
Code: Select all
on hiliteChanged
## Hilited:
if the hilite of me then
## do this...
## Not hilited
else
## do something else...
end if
end hiliteChanged