OOPS! I forgot flash8 was still as2 only, oh well, I have kinda forgotten as2, but as far as I remember there was no onClick built in, you better use onRelease

Frame1:
Code:
stop();

this.onRelease = function(){
   this.gotoAndStop(2);
}