Hi,
I’m trying to create multiple textfields, to load images onto them via html+loadvariables.
//frame 1
var i:Number = 1;
//frame 2-3-
if(i <= 10){
//instanceName, depth, x, y, width, height
this.createTextField("img_load"+i,+1,0,0,60,60)
**[COLOR=Red]// How do I change the other properties (aside from width/height, x & y) on the
// newly created text field? (the var value most importantly)
// doing img_load+i.class wont work, since all the text fields generated
// dynamically
[/COLOR]** i++;
}
Thanks in advance
edit- found http://www.actionscript.org/forums/showthread.php3?t=73115
for the solution.
Please delete this thread. Thanks