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;
}
learning through interaction
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;
}
Posted in Flash Bits.
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.