hitTest problem

I realised hitTest will still return true even if the movieclip is _visible = false;
What other ways can I make a movieclip immune to hitTest? Bringing it off-screen with _x/_y is out because I am manipulating it’s position for some other purpose.