EXACT hitest

my hitests always wind up touching when they are like 3 inches away… how come?

the code i mostly always use is this…

onClipEvent(enterFrame){
    if (this.hitTest(_root.PERSON)){
        _root.gotoAndStop("FRAMENAME");
    }
}