tomyknoker
05-13-2008, 03:23 PM
I have a small form, and I have a reset button, it clears the textfields... But I can't get it to uncheck the checkboxes... I have tried all combinations, setting the instance name, setting the myVariable name of the component, but it doesn't seem to work...
on (release)
{
Selection.setFocus("nameTi");
contactName = "";
contactPhone = "";
contactEmail = "";
check1 = "0";
myCheck = "0";
myCheck = 0;
}
on (release)
{
Selection.setFocus("nameTi");
contactName = "";
contactPhone = "";
contactEmail = "";
check1 = "0";
myCheck = "0";
myCheck = 0;
}