Hi, You can use Event.MOUSE_LEAVE to detect when mouse has left the stage.
You can listen for MouseEvent.MOUSE_MOVE if you need to know when the mouse is back. Can you listen for MOUSE_LEAVE and dispatch your own MOUSE_UP event to stop the list from scrolling? Sunil --- In [email protected], Dave Kong <davek...@...> wrote: > > This is a very urgent issue for us. =( Any help is deeply appreciated! > > On Thu, Mar 5, 2009 at 5:14 PM, Dave Kong <davek...@...> wrote: > > > I need to find out at this particular moment, if the mouse button is up > > or down. > > > > Trying to work around the issue with wmode=transparent in FF. If I scroll a > > list, and drags cursor outside of the player and then releases the button. > > That mouseUp event is never captured by Flash Player, so when I move mouse > > cursor back, buttonDown is always true for all mouse events. So I need a > > workaround on moues re-entry to detect if button is truly down, if not, call > > the scrollThumb's releaseButton function so it won't keep on scrolling. > > > > Thanks! > > > > > > >

