# \[MX 04\] Movie Clip Menu Problem

**URL:** https://forum.kirupa.com/t/mx-04-movie-clip-menu-problem/226860
**Category:** flash
**Created:** [May 24, 2007, 4:35pm UTC](https://forum.kirupa.com/t/mx-04-movie-clip-menu-problem/226860 "2007-05-24T16:35:38Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Brian\_S1](https://avatars.discourse-cdn.com/v4/letter/b/d6d6ee/32.png) [@Brian\_S1](https://forum.kirupa.com/u/Brian_S1)
#### Post date: [May 24, 2007, 4:35pm UTC](https://forum.kirupa.com/t/mx-04-movie-clip-menu-problem/226860/1 "2007-05-24T16:35:38Z")

</div>

Hello everyone,  
I followed a tutorial to have a movie clip work as an animated menu for a website. One of the functions is set up as follows:

function do\_this() {  
this.gotoAndPlay(“frame label”);  
gotoAndPlay(“frame label”);  
}

So the animated menu is going to a specific frame in the movie clip while the site is going to the appropriate page. What I can’t figure out is how to freeze the menu in the state that it goes to with this function so that it doesn’t revert back once the mouse rolls out of the hit area. Does anyone know how to resolve this?

Thanks!
