Radio Buttons

Thierry th.douez at sunnyrevtalk.com
Tue Jan 18 06:58:02 EST 2011


Le 18 janv. 2011 à 12:41, Martin Meili a écrit :

> on mouseup
>     if the hilite of me <> true then
>     set the hilite of me to true
> break
>   end if
>   if the hilite of me = true then
>       set the hilite of me to false
>   end if
> end mouseup

Hi,

this script does the same as yours  :

on mouseup
    set the hilite of me to not the hilite of me
end mouseup

My 2 cents.

Thierry







More information about the use-livecode mailing list