jockmahon
10-02-2007, 10:40 AM
Hi
i have an array of mc's created at runtime, each mc has textin puts after the mc is created i want to set the text of the inputs to a value
mcArray[i].time1TextInput.text = 1;
the value seams to be get set ie if i do a trace on
mcArray[i].time1TextInput.text i get "1"
but the mc is not displaying / updating the visual i have tryed
redraw on the input but to no avail
any ideas :o
i have an array of mc's created at runtime, each mc has textin puts after the mc is created i want to set the text of the inputs to a value
mcArray[i].time1TextInput.text = 1;
the value seams to be get set ie if i do a trace on
mcArray[i].time1TextInput.text i get "1"
but the mc is not displaying / updating the visual i have tryed
redraw on the input but to no avail
any ideas :o