sasa 0 Report post Posted May 10, 2005 hello, i am new user of flash and action script.currently, i am using Flash MX 2004 and creating a checkbox.however,what should i do to trace whether the checkbox is checked or not...i tried to use getValue() but it seems to be malfunctional....does this function no longer exist in Flash MX 2004? is there any other way?please help, i have been trying to get the checkbox value for few days already but still fail to do that... Share this post Link to post Share on other sites
miCRoSCoPiC^eaRthLinG 0 Report post Posted May 10, 2005 Flash MX has a new method to check for the check-state of checkboxes. It's called selected. Supposing your checkbox is named cbox, then cbox.selected would return you a boolean value stating whether its selected or not. Hope this helps Share this post Link to post Share on other sites
xiaoyuandlg 0 Report post Posted March 17, 2014 hello, i am new user of flash and action script. currently, i am using Flash MX 2004 and creating a checkbox.however,what should i do to trace whether the checkbox is checked or not...i tried to use getValue() but it seems to be malfunctional....does this function no longer exist in Flash MX 2004? is there any other way? please help, i have been trying to get the checkbox value for few days already but still fail to do that... I am also quite fresh in AS, I ever fiddled with some UI component, don't know the UI checkbox from the UI component can be helpful or not. Share this post Link to post Share on other sites