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");
}
}
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");
}
}
:: Copyright KIRUPA 2024 //--