We'll I read about performing collision detecting on two movie clips and did the code over and over and my dynamic text box won't show the value of true or false when my two clips collide. Heres what my script looks like for the two clips
onClipEvent (mouseDown) {
startDrag("", true, 4, 70, 396, 273);
}
onClipEvent (mouseUp) {
stopDrag();
}
and
onClipEvent (enterFrame) {
_root.status=this.hitTest(_root.car);
;
}
I posted this same topic on another forum but no helped, can some try to tell me the problem