I have created a dynamic textbox in the authoring environment by clicking the text tool in the tools panel and dragging to form the textbox. I have set to dynamic textbox in properties. I would like to set some text using actionscript
The textbox is called mybox_txt
I have tried using
but it's not working
What should I be using?
The textbox is called mybox_txt
I have tried using
Code:
mybox_txt.text = "someText";
but it's not working
What should I be using?