Hi. The situation:
- some radio buttons on the stage (design time, flash GUI)
- A quiz class
What I want:
- create a RadioButtonsGroup in the quiz class (not with the flash GUI)
- assign all the radios to that group (radio.group = myGroup)
- respond to the CHANGE event
It seems not to work. The group gets created (all the radios of that group are indipendent from the others on the stage), but it doesn’t respond to the event. So, how can I do it?