Flexcomps’s Weblog

Archive for September 25th, 2008

Enabling Handcursor on a MovieClip having dynamic TextField in AS3

Posted by: Yogesh Puri on: September 25, 2008

You can enable the hand cursor on a MovieClip by defining the following statement
MovieClip.buttonMode = true;
However the solution does not work in-case you have a dynamic textField in that movieclip. To enable hand in this case you have to additionally write the following statement
MovieClip.mouseChildren = false;
The reason is that the mouseChildren property determines whether or [...]


 

September 2008
M T W T F S S
« Aug   Oct »
1234567
891011121314
15161718192021
22232425262728
2930  

Blog Stats

  • 131,530 hits