Question
simple checkbox stupidity
i have a checkbox on stage that i want to dynamically set to
either selected
or unselected... but i'm having problems with a simple test:
cb_checker.selected = true;
this does not set the checkbox to selected... do i need to create and place
the checkbox onstage with script only to have this work?... iow, by manually
placing it onstage, are the parameters only readable and not "settable"?
or unselected... but i'm having problems with a simple test:
cb_checker.selected = true;
this does not set the checkbox to selected... do i need to create and place
the checkbox onstage with script only to have this work?... iow, by manually
placing it onstage, are the parameters only readable and not "settable"?