This is so simple yet it's making me crazy. I'm simply trying to get the value of a component checkbox with the instance name of "check1".
I have one line of actionscript that reads:
Shouldn't this assign the true/false value to the "check1_value" variable? Why doesn't it work?Code:check1_value = check1.getValue();




Reply With Quote