[Flashcoders] Getting Hand Cursor to show up in AS3 on new MovieClip()

2007-08-03 Thread Matt Muller
Hi, I have a class(Class A) which extends a superclass which extends mc. 'Class A' is instantiated by using new ClassA() and is on the stage. Its basically a button which works perfectly, except doesnt have the hand cursor. I have pasted in the class below, does anyone know how I can get this to

Re: [Flashcoders] Getting Hand Cursor to show up in AS3 on new MovieClip()

2007-08-03 Thread R�kos Attila
Set buttonMode property to true. Attila =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= From:Matt Muller [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Date:Tuesday, July 31, 2007, 1:03:18 PM Subject: [Flashcoders]

Re: [Flashcoders] Getting Hand Cursor to show up in AS3 on new MovieClip()

2007-08-03 Thread Randy Troppmann
try adding this.buttonMode = true; On 7/31/07, Matt Muller [EMAIL PROTECTED] wrote: Hi, I have a class(Class A) which extends a superclass which extends mc. 'Class A' is instantiated by using new ClassA() and is on the stage. Its basically a button which works perfectly,