Lie To Me 0 Newbie Poster

Hi...i have a button and a checkbox... i want the user to be able to click the button to enable the checkbox.

How can i do this?

Checkbox instance = check1

on (release) {

check1.checkbox = true;

}

???? Thanks in advance for your help