[RESOLVED] Trouble with creating textfields in a for loop
Hi.
I'm making a calendar application, and for each month I want a for loop to dynamically add textfields with the date value of each day to the stage. But because of the new naming system, or rather the lack of the old, I don't know how to make each textfield unambiguosly referenceable.
Whereas I would use the []-type of brackets in AS2 to give each textfield an unique name to reference, I can't find a solution to achieve the same in AS3.
Does anyone sit on some info that may help me?
Thanks in advance :)
PS. Just let me know if I'm not making myself clear, I blame my not speaking english on a daily basis. ;)