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;
}

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.