check box help

Bill Vlahos bvlahos at mac.com
Tue Feb 1 21:40:08 EST 2005


Checking and unchecking the button is the same hiliting it. Just make a 
new check button and put the following script in it.

on mouseUp
   if the hilite of me is true then
     beep
   else
   end if
end mouseUp

You should only hear the beep when putting a check in the box.

Bill Vlahos

On Feb 1, 2005, at 6:17 PM, Paul Salyers wrote:

> How do you make a check box carry out instructions when checked or not 
> checked?
>
> EX:
>   Do one thing when checked, do another thing when unchecked
>
> Paul Salyers
> PS1 - Senior Rep.
> PS1 at softseven.org
> Http://ps1.SoftSeven.org
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution


More information about the use-livecode mailing list