Advanced rollover probelm

I did the tutorial on advanced rollovers at
http://www.kirupa.com/developer/flash5/advroll.htm

You’ll notice when you roll over the top button in the example and mouse out to the right of the button the text fades out, but If you mouse out and hit another button the text doesnt fade out it just resets itself and goes blank.

How can you do this and have the button fade out even if you click on another button?

thanks

Though I’m sure there’s a way to do this using ActionScript, one way you could do it would be create a seperate Movie Clip for each button.

In that tutorial all the rollOvers are placed in the same Movie Clip, so when you roll over the next button whatever’s currently playing is “cut-off” and the proper frames play.

So if you have a Movie Clip for each button, even when you roll over the next button, the rollout from the previous button is not “cut-off.”

Hope this helps.