Creating a Text Field FlashMX 103


hDistance = 20
vDistance = 0

for (i =0;i<10;i++){ this.createTextField("textHolder"+i, i, 120+(i*VDistance),120+(i*HDistance),100,19); this["textHolder"+i].text = "hello Helmut " + i; }

← Back to home