Just wondering how to clear an imput text box with a button after the user has typed something in it.
I tried this but it doesnt work.
on(press) {
imput_txt.text = “”;
}
The text box is assigned to:
_root.userAnswer = Number(imput_txt.text);
Just wondering how to clear an imput text box with a button after the user has typed something in it.
I tried this but it doesnt work.
on(press) {
imput_txt.text = “”;
}
The text box is assigned to:
_root.userAnswer = Number(imput_txt.text);
:: Copyright KIRUPA 2024 //--