Selected button in a group
Posted: Thu Jul 21, 2011 1:09 pm
Hi,
I would like to hilite or set the opaque property of a button in a group to true when clicked but set it back to false when a user clicks on another button in the group. Any ideas on how to get this done?
im trying to do something like;
repeat with x = 1 to the number of buttons of group "buttons"
if on mouseup
set the opaque of me to true
else
set the opaque of me to false
end if
end repeat
though this syntax is not right it seems
I would like to hilite or set the opaque property of a button in a group to true when clicked but set it back to false when a user clicks on another button in the group. Any ideas on how to get this done?
im trying to do something like;
repeat with x = 1 to the number of buttons of group "buttons"
if on mouseup
set the opaque of me to true
else
set the opaque of me to false
end if
end repeat
though this syntax is not right it seems