Browsing articles from "July, 2010"

AS3: Dynamic Textfield + Buttonmode = fail

Jul 1, 2010   //   by admin   //   Flash  //  No Comments

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.

Categories