cturner
March 30th, 2003, 07:11 PM
It is now displaying nothing. This is the code that I have one of 9 buttons:
on(release) {
if (X_rb.getValue()==true) {
lbl1.text = "X";
} else {
lbl1.text = "0";
}
Button1.enabled = false;
}
on(release) {
if (X_rb.getValue()==true) {
lbl1.text = "X";
} else {
lbl1.text = "0";
}
Button1.enabled = false;
}