I am trying to make a play button to make it so when I click on it , it takes me to the nect scene (scene 3)

I used this script

on (release){
nextScene();
}

and it didnt work.. plz help me here