graphic radio buttons
Mark Mitchell
mark_mitchell at kmug.org
Sun Feb 10 03:17:01 EST 2002
use-revolution at lists.runrev.com writes:
I don't have buttons, I have graphics. Like a square or circle or polygon.
Any ideas?
I do this sort of thing all the time. Every selection just DEselects all objects in the
group prior to selecting the clicked on object
on mouseUp
repeat with i = XX to YY
set the selected of object i to false
end repeat
set the selected of me to true
end mouseUp
HTH
mm
More information about the use-livecode
mailing list