Button action targets wrong _root

hello,
see .fla attached, notice that scene1’s color boxes let you navigate to frames 1-3, but if you click on the button that brings you to scene2 than click on the scrolling color boxes it takes you back to scene1, I want the buttons on scene2 to navigate to scene2’s timeline. The current script I have for the buttons is _root.gotoandStop(framenumber), this works for scene1 buttons but in scene2 this action takes me to scene1’s frames. How can I fix this?