# Navigation Bar stops working after a few clicks

**URL:** https://forum.kirupa.com/t/navigation-bar-stops-working-after-a-few-clicks/104609
**Category:** Uncategorized
**Created:** [March 17, 2004, 10:48pm UTC](https://forum.kirupa.com/t/navigation-bar-stops-working-after-a-few-clicks/104609 "2004-03-17T22:48:29Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Garriez](https://avatars.discourse-cdn.com/v4/letter/g/d78d45/32.png) [@Garriez](https://forum.kirupa.com/u/Garriez)
#### Post date: [March 17, 2004, 10:48pm UTC](https://forum.kirupa.com/t/navigation-bar-stops-working-after-a-few-clicks/104609/1 "2004-03-17T22:48:29Z")

</div>

the navigation panel for my IT project site, is a pretty simple number (im still getting good with flash). each animation that plays is in its own movieclip and on each button the following code:

[AS]  
on (release) {  
getURL(“news.html”, “content”);  
if (\_root.var\_bio == “yes”) {  
with (\_root.bio) {  
gotoAndPlay(“out”);  
}  
with (\_root.news) {  
play();  
}  
}  
[/AS]

this stops any animation that is already on display from being played again, this code is repeated so it check through each different clip.

the problem is after only a few click the animations stop playing ? the buttons still open the pages though.

iv been checking everything for ages and dont seem to notice a problem ?

anyhelp would be greatly appreciated 🙂

The actual navigation panel is [Here](http://homepage.ntlworld.com/wesolowski/ICTnew/nav_header.swf)

[.fla file](http://homepage.ntlworld.com/wesolowski/Misc/navbar.fla)
