headless_pnub
09-21-2007, 01:29 PM
Hello,
I've got an array with names in it and i'm looking for a way to display those names in individual textboxes. I've used a for loop which works great when I trace it, but i'm not sure how to get each name put into a seperate box.
I guess i need to use another loop to have "textbox" + i, but how would this work in AS3? :confused:
Sorry, I'm new to AS3 and still getting to grips with it.
The end product I'd actually like is for the textbox to be dynamically created and given a instance name, but right now I just want to be able to return something in my boxes.
Any help would be greatly recieved.
Thanks.
I've got an array with names in it and i'm looking for a way to display those names in individual textboxes. I've used a for loop which works great when I trace it, but i'm not sure how to get each name put into a seperate box.
I guess i need to use another loop to have "textbox" + i, but how would this work in AS3? :confused:
Sorry, I'm new to AS3 and still getting to grips with it.
The end product I'd actually like is for the textbox to be dynamically created and given a instance name, but right now I just want to be able to return something in my boxes.
Any help would be greatly recieved.
Thanks.