At 6/10/09 11:45 PM, D3m0n1c707 wrote:
I intended to have a input text with the variable name of "name" to interact with a dynamic text of the same variable name. but when i test play, the dynamic text appears as undefined.
Older versions of flash allow a sloppy and improper way to do this. I'm not sure when they took it out, maybe it's just if you're using AS3. Anyway, this is what you want to do- give your dynamic text box an instance name. Then, in your code, do
textBoxInstanceName.text="whatever";
get rid of whatever you have filled in for the 'variable name' option on the text box, if that's the case.