Won't play again with a stop ()

Hi Everyone.

I’m having some troubles in MX2004.

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

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:

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 to get a lot of more info of what’s wrong.

Thanks for the help!