Hit test prob

I am having a weird hit test prob. When my mc hits the target nothing happens, but when I roll off the target it works?

onClipEvent (enterFrame) {
    if (this.hitTest(_root.cont.targ)) {
        mengo()
    
    }
}