i checked the final adv. rollover in kirupa but when i rollout of one button and i rollover the next one before the last rollout effect finishes the rollout effects stops automatically
is there a way to keep the rollout effect going even though i have already rollovered the next button?
Not sure I understand.
You mean this tutorial…
http://www.kirupa.com/developer/flash5/advroll.asp
???
If so, I don’t notice anything like that wrong with his file. Maybe you can download the final source from the tutorial and compare what you are doing.
Also, the new method of using tellTarget is this…
on (rollOver) {
_root.rollover.gotoAndPlay("3text");
}
Much easier eh?