# Help: add BACK/FORWARD buttons to Sliding Menu?

**URL:** https://forum.kirupa.com/t/help-add-back-forward-buttons-to-sliding-menu/239882
**Category:** flash
**Created:** [September 26, 2007, 8:16pm UTC](https://forum.kirupa.com/t/help-add-back-forward-buttons-to-sliding-menu/239882 "2007-09-26T20:16:52Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![aioros](https://avatars.discourse-cdn.com/v4/letter/a/a9a28c/32.png) [@aioros](https://forum.kirupa.com/u/aioros)
#### Post date: [September 26, 2007, 8:16pm UTC](https://forum.kirupa.com/t/help-add-back-forward-buttons-to-sliding-menu/239882/1 "2007-09-26T20:16:52Z")

</div>

hi everyone,  
i followed the tutorial for the ([Sliding Menu](http://www.kirupa.com/developer/flash8/slidingMenu.htm)), with success!

Now I would like to add a Forward and Back button to the menu.  
So no matter what movie clip loads, it can go back to the previous  
or on to the next one (in order).

I’ve been trying to add the function to a button on the AS but  
it doesn’t work:

```auto
bf.onRelease = function() {
	menuSlide(contentHold.currentPosition_+1);
};

```

bf is my “Button Forward”…

can anyone help with this?

thank you! C:-)

(and one more non-important thing: if i make the buttons roll over to different colors, can they “STAY rolled over” when their corresponding slide is showing?)
