Push the Stupid button and

I push the stupid button and NOTHING HAPPENS. How can I make it so that when I push the right key on the keyboard, the movie goes to another scene?

I got this far.

on (keyPress "<Left>") {
	gotoAndPlay(33);
}