Good morning all. I found several topics about my problem, but I didn’t find any answer.
Well, the thing is that, as you can see in the attached .swf file, if you rollOut fast from a button, the on (rollOut) doesn’t work and the movieclip stays @@ the rollOver state. :puzzled:
I use a movie clip where I put a button with this code:
frame 1:
on (rollOver) {
gotoAndPlay(2);
}
on (rollOut) {
gotoAndPlay(11);
}
frame 2-10:
on (rollOut) {
gotoAndPlay(11);
}
frame 11-18:
on (rollOver) {
gotoAndPlay(2);
}
Thanks all!