RE: [Flashcoders] Detecting mouse events over non-white parts of amovieClip

2007-02-08 Thread Steven Sacks | BLITZ
class com.domain.RollWhileWithin extends MovieClip { public var rolled:Boolean; function RollWhileWithin () { rolled = false; } public function doRollOver():Void { if (!rolled) {

RE: [Flashcoders] Detecting mouse events over non-white parts of amovieClip

2007-02-07 Thread Keith Reinfeld
: Wednesday, February 07, 2007 10:29 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Detecting mouse events over non-white parts of amovieClip My understanding is that it's the default behaviour of a clip with any mouse events handled at all, that the cursor changes when it enters the clip

RE: [Flashcoders] Detecting mouse events over non-white parts of amovieClip

2007-02-07 Thread Keith Reinfeld
The code to convert a bitmap into vectors would be the tricky part, but is technically doable. ModifyBitmapTrace Bitmap... -Keith http://keithreinfeld.home.comcast.net ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or

Re: [Flashcoders] Detecting mouse events over non-white parts of amovieClip

2007-02-07 Thread Jason Boyd
Good point. Yeah I'm tired. On 2/8/07, Keith Reinfeld [EMAIL PROTECTED] wrote: The code to convert a bitmap into vectors would be the tricky part, but is technically doable. ModifyBitmapTrace Bitmap... -Keith http://keithreinfeld.home.comcast.net

Re: [Flashcoders] Detecting mouse events over non-white parts of amovieClip

2007-02-07 Thread Dave Wood
Thanks John, Bob, Jason and Keith for your thoughts and advice. I think we'll be making vector graphics to match all the bitmaps . For now, sleep beckons... Cheers David ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or