Scene 1 to Scene 5

How do you make a button in Scene 1 go to Scene 5 without going through 2-4? I thought this would work but doesn’t. How do you do that? (Flash MX 2004)

on (release) {
tellTarget (_root) {
gotoAndPlay(“Scene 5”, “1”);
}
}

I NEED TO SOLVE THIS PROBLEM!!!