# \[Flash8/AS2\] Flash Navigation Help needed!

**URL:** https://forum.kirupa.com/t/flash8-as2-flash-navigation-help-needed/258291
**Category:** flash
**Created:** [April 22, 2008, 7:34pm UTC](https://forum.kirupa.com/t/flash8-as2-flash-navigation-help-needed/258291 "2008-04-22T19:34:21Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Vanss472](https://avatars.discourse-cdn.com/v4/letter/v/c77e96/32.png) [@Vanss472](https://forum.kirupa.com/u/Vanss472)
#### Post date: [April 22, 2008, 7:34pm UTC](https://forum.kirupa.com/t/flash8-as2-flash-navigation-help-needed/258291/1 "2008-04-22T19:34:21Z")

</div>

[SIZE=2][COLOR=Black]Hello

I create a Flash menu for a HTML/CSS site, so I had read so far that I need to put the menu on a frame to avoid the menu to load every time user click on each page.

Now my question is I want to [/COLOR][/SIZE]leave the highlighted part with the gear on each page at all times, and it won’t fade until you click another part of the menu.  
Here is the menu I created: [SIZE=2][COLOR=Black][http://www.busybrain.net/proofing/dalemathis/index.htm](http://www.busybrain.net/proofing/dalemathis/index.htm)  
What I’m saying [/COLOR][/SIZE]is that the gear would always be there on the page (to show the viewer what page they’re on).[SIZE=2][FONT=&quot][COLOR=Black]

[FONT=Verdana] This is the code on the HOME button:[/FONT]  
[/COLOR][/FONT][/SIZE]

```auto
on (release) {
    getURL("index.htm");
}

```

[COLOR=Red]Should I change my button to Movie Clips to be able to have this effect or can I just add a simple line of code to my recent button.  
Please if you know let me know. :+)  
[/COLOR]  
Vanessa
