# Won't play again with a stop ()

**URL:** https://forum.kirupa.com/t/wont-play-again-with-a-stop/121393
**Category:** Uncategorized
**Created:** [September 2, 2004, 2:20pm UTC](https://forum.kirupa.com/t/wont-play-again-with-a-stop/121393 "2004-09-02T14:20:57Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Simon\_Henriksen](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/simon_henriksen/32/625_2.png) [@Simon\_Henriksen](https://forum.kirupa.com/u/Simon_Henriksen)
#### Post date: [September 2, 2004, 2:20pm UTC](https://forum.kirupa.com/t/wont-play-again-with-a-stop/121393/1 "2004-09-02T14:20:57Z")

</div>

Hi Everyone.

I’m having some troubles in MX2004.

I’ve made a menu, and added this to some of the buttons:

```auto
on (rollOver) {
gotoAndPlay(10);
}

```

I have a stop() command in first frame, and it’s stops. Then i roll over the mouse of one of the buttons. Then it goes to the frame 10 and play the “fade in” effect of the animation until next stop(). Then I’ve done this with the buttons:

```auto
on (rollOut) {gotoAndPlay(36);

}

```

This should make it play again at frame 36. The animation on frame 36-60 is the “fade out” effect of the anitmation.

I have another button too, and I’ve tried make it work with the animations, but it just stops.

Take a look at [the .fla](http://home.no/simonwh/menu.fla) to get a lot of more info of what’s wrong.

Thanks for the help!
