Question
How to fix flickering in actionscript?
I have a problem making my FLASH working seamlessly. When you
put the mouse over the buttons (movie clips) then they are
flickering. Do you know how to fix that? I want everything to work
smooth and slow, without flickering and flashing in the eyes. I
used only this script:
on (rollOver) {
gotoAndPlay ("1");
}
on (rollOut) {
gotoAndPlay ("2");
}
Link to that example
FLA source
If you put the mouse in the middle of the button (there are 4 of them there) it starts flickering. Why? How to fix that?
Thanks in advance,
Alex
on (rollOver) {
gotoAndPlay ("1");
}
on (rollOut) {
gotoAndPlay ("2");
}
Link to that example
FLA source
If you put the mouse in the middle of the button (there are 4 of them there) it starts flickering. Why? How to fix that?
Thanks in advance,
Alex