AS3: Dynamic Textfield + Buttonmode = fail
// July 1st, 2010 // Flash
Just in case this annoys you like too:
If you have a Sprite or Movieclip that contains a dynamic textfield and
mc_name.buttonMode = true;
doesn’t work, simply add
mc_name.mouseChildren = false;
and voila, the cursor transforms into the hand again.
Leave a Reply
You must be logged in to post a comment.
