Hello,

I create dynamic textfield with functions and I try to field them without
success, Have you got an idea ?

Thank you

var dt:Number = 0;
var dtd;

for (var dt:Number = 0; dt <= 70; i++) {
    dtd = "var"+dt;
    trace (dtd);
    trace (dt);
    _root.createTextField (dtd, dt, 50+dt, 50+dt, 200, 100);
    dtd.text="dr";
    dtd.border = true;
    dtd.background = true;
    dt += 1;
}



_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to