Re: [Flashcoders] AS3 receiving mouse event on overlap sibling sprite

2008-02-05 Thread Jason Van Cleave
this may help http://www.tink.ws/blog/files/as3/IntersectionRectangle/ http://www.tink.ws/blog/as-30-hittest/ On Feb 5, 2008 3:37 PM, Martin Tremblay <[EMAIL PROTECTED]> wrote: > > Hi, > >Trying to have two sibling sprite that overlap receive mouse > event in the section that overlap. I

[Flashcoders] AS3 receiving mouse event on overlap sibling sprite

2008-02-05 Thread Martin Tremblay
Hi, Trying to have two sibling sprite that overlap receive mouse event in the section that overlap. Is that possible? code: package { import flash.display.* import flash.events.*; public class MouseEventTwoMC extends MovieClip { public fu