Some Easy ActionScript That I Cant Figure Out

What is wrong with this code?

onClipEvent (enterFrame) {
if (this.hitTest (_root.ball) {
trace (“hit!”)
}
}

I cant see anything wrong! :puzzled: