I'm making a flash for a website and i have a quick question that i cannot find anywhere. i know it's possible so maybe you can help?
i have 5 dynamic text box. each has a value loaded up in them. They are named
UVR_txt1 UVR_txt2 etc...
now my problem is that i need my action to tell my main text to = the UVR_txt that i need. how can i write it down so that it accepts the #?
example:
Code:
variable1 = 2
variable2 = uvr_txt(variable1).text
so it should look like:
Code:
variable2 = uvr_txt2.text
you see what i mean? am i forgetting something small here?