Is there an easy way I can hitTest using mousex and mousey on the stage, disregarding any objects on the stage (so it does not register if the user fires an onMouseDown event if it’s over a movieclip for example).
I tried using a plain _root.hitTest and this.hitTest (in actionscript for the game frame), but it still registers all over the stage including over movieclips etc.