I have a continuous mouse trail effect which uses
stage.addEventListener (MouseEvent.MOUSE_MOVE
but then I can only sporatically talk to the listener on
btnEnter.addEventListener (MouseEvent.MOUSE_DOWN
clearly the stage listener is overwhelming the button listener – can I give the button priority?
Thanks!!!