Button component - help needed

I’m trying to use a button component to simply go to the next frame.
the on click function is not working. Here is my code:

on (click) {

this.gotoAndPlay("4");

}

what am I doing wrong?