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;
}
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;
}
Are you sure of the path? And are you sure you’re not writing with the same color as your background? Did you check that you gave an instance name and not a variable name to the textField?
Problem solved.
:: Copyright KIRUPA 2024 //--