flash question..
flash question..
Out of context: Reply #1
- Started
- Last post
- 4 Responses
- alloyd0
Give your text field an instance name (*in the instance name field and not in the variable field in the property inspector). Then just set the text field string value to nothing using blank quotes. ie.
myTextFieldInstanceName.text = "";