ericinho
April 16th, 2003, 12:17 PM
Flash 5
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)
on (rollOver) {
_root.contentmc2.contentnav2.infobar.gotoAndPlay(2 );
}
on (rollOut) {
_root.contentmc2.contentnav2.infobar.gotoAndPlay(1 );
}
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.
anyone knows how to solve this bug in Flash????
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)
on (rollOver) {
_root.contentmc2.contentnav2.infobar.gotoAndPlay(2 );
}
on (rollOut) {
_root.contentmc2.contentnav2.infobar.gotoAndPlay(1 );
}
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.
anyone knows how to solve this bug in Flash????