views:

131

answers:

1

hey all,

im trying to disable a radio button group in flash, so users cant change the selected item.

im using the following code to create the radio button

var rbuttongroup:RadioButtonGroup=new RadioButtonGroup("radioGroup");

then adding radio buttons to it on the fly, my question is how do i go about disabling the radio buttons ?

thanks

EDIT - im using action script 3.0 !! and when i try doing

rbg.enabled = false;

i get an error 1119: Access of possibly undefined property enabled through a reference with static type fl.controls:RadioButtonGroup.

A: 

google is your friend

Simon
please look at edit !!
c11ada
please look at link!!!!
Simon