Question
CheckBox within MovieClip will not select
I have a CheckBox within a MovieClip, and I'm simply trying
to set the selected property to true.
my movie clip's instance name is "data" and my CheckBox component's instance name is "opt1".
My code is:
data.opt1.selected = true;
Anybody know why this code doesn't work???
I only have trouble with the CheckBoxes within the movie clips, all other checkbox.select properties work fine.
//thanks 🙂 !!!
my movie clip's instance name is "data" and my CheckBox component's instance name is "opt1".
My code is:
data.opt1.selected = true;
Anybody know why this code doesn't work???
I only have trouble with the CheckBoxes within the movie clips, all other checkbox.select properties work fine.
//thanks 🙂 !!!