Goto problem in movieclip(flash 7.2 actoinscript 2) please help

When i want my movieclip(block1) to gotoAndPlay to frame 2, it goes to frame 2 in the movieclip timeline. I REALLY dont want that. heres the code:

onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
gotoAndPlay(2);
}
}

plz help.