Scrollbar navigation help

Hey everyone, great forum you guys have going here. I was hoping someone could help me with something…

I created a scroll bar that scrolls a group of buttons. Ideally when you click on a button it goes to another frame in the movie clip that has the scrollbar in it. Unfortunately I keep running into a snag when it comes to scripting this. The only thing that has worked so far is

on (release) {
_root.gotoAndStop(“frameLabel”)

Which goes to a frame all the way back on the original timeline. This doesn’t help much though since page I am trying to get two is nested inside a movie clip which itself is nested inside a movie clip. Is there anyway I can get the button in the scrollbar to go to a frame the is just a single level above it?

Any help would be greatly appreciated.
By the way this is all in AS2 (obviously).