Sending mouseup to checkboxes on different card

DunbarX at aol.com DunbarX at aol.com
Wed Oct 20 10:12:19 EDT 2010


Hi.

It works. It is possible you left that line break in the second "if" 
statement?

Craig Newman
In a message dated 10/20/10 10:04:01 AM, cszasz at mac.com writes:


> on mouseUp
> repeat with y = 1 to the number of cards
>       repeat with b= 1 to the number of buttons of card y
>          if the style of button b of card y = "checkbox" then
>             if the hilite of button b of card y = "true" then send mouseUp
> to button b of card y
>          end if
>       end repeat
> end repeat
> end mouseUp
> 



More information about the use-livecode mailing list