Help with hitTest!

_root>mc1>mc2>box

The box got this code:

 
onClipEvent (enterFrame) {
   if (_parent.hitTest(this)) {
	   trace("hitting");
   }
}

I want the box to trace when it hits mc2, but it don’t works!

Please help me!