View Single Post
Old 02-06-2007, 05:35 PM   #1 (permalink)
MexicanOnABike
 
MexicanOnABike's Avatar
 
Location: up north
flash script question.

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?

__________________

Last edited by MexicanOnABike; 02-06-2007 at 05:39 PM..
MexicanOnABike is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76