How are radio buttons implemented?
Nice and simple. Use on whatever frame, action, anything :
on mouseUp me
if the hilite of member("radioButton1") = true then
go to "red"
else
if the hilite of member("radioButton2") = true then
go to "green"
else
if the hilite of member("radioButton3") = true then
go to "blue"
end if
end if
end if
end mouseUp me
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]