I've followed the lesson "Using Radio Buttons" (which doesn't work for me

http://lessons.runrev.com/s/lessons/m/4 ... io-buttons.
I've followed the topic well named "Radio buttons" here: http://forums.runrev.com/viewtopic.php?f=7&t=20081 and done some other search without success...
So here is my problem.
I've 3 buttons, named whatever, let say: aa,bb,cc, right ? I select all of them and make a group of this 3 buttons.
In the properties of that new group, I'm aware that the <Hilite one radio button at a time> propertie is checked.
In each button I code the mouseUp handler to this:
Code: Select all
-- Setting the hilitedButtonName of a group sets the hilite property of the rest of the buttons to false FROM the dictionnary
set the hilitedButtonName of group leGrp to the short name of me

The group needs no script, right ?
Kind regards, Jean-Paul.