Simple question about frame

Simple question, I have a button, once clicked i want to go to the next frame.
How come this isnt working?

on (release) {
nextFrame();
}