I made a button in the library. Then I made some text in the button. I wrote “myText” in Instance Name Box. The buttons are added in actionscript.
I want to access and change the text in the button in ActionScript.
myButton.myText.text = “this isn’t working”;
But it tells me “A term is undefined and has no properties.” as a runtime error. What the hell? How do I get to that textField?