Skip to content


Create Text Fields FlashMX 105 (with Borders)


hDistance = 20
vDistance = 0
buttonsInfo = new Array("About Us", "Contact Us", "Gallery One", "Gallery Two", "Gallery Three", "Visual", "Guest", "Clients", "Account", "Search" )
for (i =0;i<10;i++){
this.createTextField("textHolder"+i, i, 120+(i*vDistance),120+(i*hDistance),100,19);
this["textHolder"+i].text = buttonsInfo[i];
this["textHolder"+i].border = true;
}

Posted in Flash Bits.

0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

Some HTML is OK

(required)

(required, but never shared)

or, reply to this post via trackback.