I created a movieclip, and I also added a dynamic text field inside that movieclip called “buttonText” and inside the Flash editor, I set the default text to be “default.” I then addChild that movieclip to the stage. When I try to change the text inside the box using the text property, it doesn’t change at all!
for example, if I say buttonText.text = “blah blah”, the text field stays “default.”
Then when I type “trace(textbox.text)” to debug, the value returns “undefined.” How is it undefined? Shouldn’t it at the very least be “default?”