Simple question - nextScene

I’d like to know how to switch scene with a button.

I thought it would be something like


on (release) {
nextScene();
}

or


on (release) {
gotoAndPlay(scenenumber,1);
}

And I got an other question, I used flashmx and I upgraded to 2004, I was wondering where the hell is the scene panel?