Stupid Code!

Why doesn’t this code work:

onClipEvent (enterFrame) {
if(_root.box, hittest(_root.car)){
trace(“box intersects car”);
}
}

P.s Im stuck