Yeah, but that doesn’t change the highlight of the button.

On May 3, 2014, at 2:39 PM, J. Landman Gay <jac...@hyperactivesw.com> wrote:

> On 5/3/14, 1:45 PM, Dar Scott wrote:
>> What do folks think of making the text of a checkbox either “checked” or 
>> “unchecked” depending on the highlight?
>> 
>> So kids (and I) can write….
>> 
>> if button “multiplayer” is “checked” then
>>    —
>> end if
> 
> Forgot to say, you can already do that. The only difference between what's 
> available now and what you mention is that first you'd have to do the 
> "putting". After that you can use the conditional.
> 
>  put "checked" into btn 1
> 
> And then in any script:
> 
>  if btn 1 is "checked" then
>    answer "I'm checked"
>  end if
> 
> -- 
> Jacqueline Landman Gay         |     jac...@hyperactivesw.com
> HyperActive Software           |     http://www.hyperactivesw.com
> 
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to