# Scrollbar navigation help

**URL:** https://forum.kirupa.com/t/scrollbar-navigation-help/232180
**Category:** Uncategorized
**Created:** [July 11, 2007, 6:46pm UTC](https://forum.kirupa.com/t/scrollbar-navigation-help/232180 "2007-07-11T18:46:21Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dave\_lynch](https://avatars.discourse-cdn.com/v4/letter/d/58956e/32.png) [@dave\_lynch](https://forum.kirupa.com/u/dave_lynch)
#### Post date: [July 11, 2007, 6:46pm UTC](https://forum.kirupa.com/t/scrollbar-navigation-help/232180/1 "2007-07-11T18:46:21Z")

</div>

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).
