In the provided .fla is a menu and an arrow that go through a certain animation when the button is on rollOver and through another when the button is on rollOut.
ActionScript is inserted to insure that the rollOut animation isn’t played until the rollOver animation is finished.
On the arrow, it works perfectly. If you rollOut before the rollOver animation is done, it finishes that, then proceeds to the rollOut animation.
On the menu, however, something doesn’t work. If you rollOut before the rollOver animation is done, it finishes that, then stops at the end. It doesn’t proceed to the rollOut animation for some reason.
Both the arrow and the menu have the same coding. It’s like it’s goToAndStop for the menu actoinscript, which both are placed on the arrow graphic.
I’d appreciate any help or an explanation.