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