Checkboxes

J. Landman Gay jacque at hyperactivesw.com
Sat May 3 16:39:10 EDT 2014


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         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com





More information about the use-livecode mailing list