Flash ActionScript 3.0 – TextField buttonMode
Normally you use Sprite.buttonMode = true. Mousing over a TextFields brings up a potentially annoying caret. To get the buttonMode working on a TextField, place the TextField into a Sprite and:
Sprite.buttonMode = true;
Sprite.mouseChildren = false;
This entry was posted
on Tuesday, November 17th, 2009 at 6:24 pm and is filed under Flash.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.