Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
quote:
Originally posted by: dzedward
newgameBtn.onRelease = function(){
inputField_txt.text = "";
}
Copy link to clipboard
Copied
Copy link to clipboard
Copied
quote:
Originally posted by: ++ Barry ++
roadcrew.
ensure that inputField_txt = the instance name of the text field you wish to clear, for example myTextField.text=""; or textFieldOne.text=""; where the instance names of the text fields are myTextField abd textFieldOne respectivly.
Barry.
Copy link to clipboard
Copied