Neeed hellp

Hey im’ new to flash, i’m just wondering if this hittest is correct.

onClipEvent (enterFrame) {
if (_root.laser, hitTest(_root.enemy)) {
enemy.removeMovieClip();
}
}