Buttons aren't going to correct scene, just progresses to next scene :(

Anyone ever have the problem when your buttons have the code to jump to a specific scene, they just jump to the next scene on your palette instead?

For instance, I’ve got 6 buttons that I need to operate as a normal HTML site. So I programmed each button to jump to the corresponding scene with…

 
on(release) {
 gotoAndPlay("fine, frame1"); 
}

In this situation, that button needs to jump to the scene “fine”, but instead, when I click on it, it simply jumps to the next scene in the scene palette (which isn’t “fine”).

Interestingly as well, once it scrolls through all 6 scenes (by clicking on any button 6 times), it starts over with the first scene again.

Anybody know what I am doing wrong?

Thanks!