Código actionscript:
Ke es lo que estoy asiendo mal? algo que cambiar? nose, talves puedan darme un codigo parecido que funcione, esto me esta poniendo los pelos de punta y ya nose como mas intentar. Ver original
var row:Number = 4;//cualkier numero en este caso 4 for(i=0; i<row; i++) { this.createTextField("my_txt"+i, this.getNextHighestDepth(), 10, i*24, 100, 20); this["my_txt"+i].type = "input"; this["my_txt"+i].background = true; this["my_txt"+i].backgroundColor = 0xFFFFFF; } aser_btn.onRelease = function() { for(j=0; j<row; j++) { tancia = this["my_txt"+j].text; trace(tancia);//undefined - undefined - undefined y mas undefined } }