i have a simple on rollOver action on a button. It triggers a MC in which there are two frames (one with the Over state and one with the Out state)
[AS]on (rollOver) {
_root.contentmc2.contentnav2.infobar.gotoAndPlay(2);
}
on (rollOut) {
_root.contentmc2.contentnav2.infobar.gotoAndPlay(1);
}[/AS]
after that there is the on Release code bla bla…
and the RollOver works, as does the RollOut.
Unless I click the button while the RollOver is triggered (which is obviously always when you click a button with rollOver anim) and then it stays in the RollOver state, even though I actually rollOut.
The strange thing is that after that, when I rollOver one of the other buttons, the RollOut is being triggered on Over. That only lasts one time and then everything functions again as meant.
spot on David.
i came up with the same idea a few mins ago and indeed it works perfectly!
Must be some karma-stuff that made you put your idea in my head :-p
cool… I now have the power to sublette people’s brains from a distance. That rules! Now I just need to find Britney Spear’s mind in all this jumble of thoughts… …
. . Man. . it’s like trying to find a needle in a haystack. . . hmm. . maybe I should look for a hot girl with more mental capacity.
I want you to tell me what actionscript code did you write for the first and the second Keyframe of the _root.contentmc2.contentnav2.infobar movie clip (mc).:flower: