PDA

View Full Version : [AS2] radio buttons + handler


Nim
10-17-2009, 06:14 PM
hi.

I've got 2 radio buttons on stage and I want if any is selected an other button on stage to be enabled.. how is this possible?

I can't just write
if (mybutton1_rb.selected == true){
[...]
}

Doesnt work.

Any help?
(as 2.0)