# Simple Nav bug

**URL:** https://forum.kirupa.com/t/simple-nav-bug/191993
**Category:** flash
**Created:** [June 24, 2006, 8:52pm UTC](https://forum.kirupa.com/t/simple-nav-bug/191993 "2006-06-24T20:52:16Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ollie1](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/ollie1/32/2180_2.png) [@ollie1](https://forum.kirupa.com/u/ollie1)
#### Post date: [June 24, 2006, 8:52pm UTC](https://forum.kirupa.com/t/simple-nav-bug/191993/1 "2006-06-24T20:52:16Z")

</div>

I have a .fla and in it there are 4 frames, each with a stop action on it. they have a navigation set of buttons that are the same in the four frames. each button links to a frame. this is the code:

(I’m using MCs as buttons btw):

```auto
this.nav.links_btn.onRelease = function(){
	 			gotoAndPlay("links");
}

```

When you click a button… it takes you to the correct page, but then if you click it again… it jumps to the next frame. What I’m wanting to know is; How do i stop this from happening?

-ollie
