# Links not working

**URL:** https://forum.kirupa.com/t/links-not-working/297678
**Category:** Uncategorized
**Created:** [October 7, 2009, 2:18am UTC](https://forum.kirupa.com/t/links-not-working/297678 "2009-10-07T02:18:57Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![brianhart51](https://avatars.discourse-cdn.com/v4/letter/b/e47c2d/32.png) [@brianhart51](https://forum.kirupa.com/u/brianhart51)
#### Post date: [October 7, 2009, 2:18am UTC](https://forum.kirupa.com/t/links-not-working/297678/1 "2009-10-07T02:18:57Z")

</div>

Hi,  
I’m working on an assignement for a class and I need to build a web portal. On the main timeline I have an animation then it goes to the eight buttons of my portal. Six of these are external web links, two go to other frames. On those frames I have a back to main bbutton that takes me back to frame 85. When I click on back to main it takes me back, but then none of the links work again. I have a layer with actionscript actions on it as well as an AS file.

This is the code I’m using on the frame to take me back to main.

BacktoMain.addEventListener(MouseEvent.MOUSE\_UP, navHomePage);  
function navHomePage(event:MouseEvent){  
gotoAndStop(85);  
}

Any thoughts?
