kmc
02-25-2008, 09:42 PM
Hi - new member, also relatively new to Flash and ActionScript, hope I'm not starting with too stupid of a question.
I have a dynamic text field on main timeline. I want to add text to it dynamically during runtime, from an external class. I also want items in text field to be clickable, so I want cursor change to pointing finger on text field rollover.
Is the best way to do this to make the text field into a movie clip or button symbol instance? If so, how do I now target that text field in AS? For example, I thought the following would work:
some_btn.some_txt.text = "put this text into the field"
but I get compiler errors...
Thanks for any help.
I have a dynamic text field on main timeline. I want to add text to it dynamically during runtime, from an external class. I also want items in text field to be clickable, so I want cursor change to pointing finger on text field rollover.
Is the best way to do this to make the text field into a movie clip or button symbol instance? If so, how do I now target that text field in AS? For example, I thought the following would work:
some_btn.some_txt.text = "put this text into the field"
but I get compiler errors...
Thanks for any help.