I wanted to know if there is a way i can fix my navigation menu, so that it doesn’t get stuck in the overstate. The problem is that when i rollver and rollout too fast, my buttons get stuck in the over state. And sometimes they even reverse the effect. Here’s what I’m using
on(rollOver){
tellTarget("/member_bt"){
gotoAndPlay ("/play");
}
}
on (rollOut){
tellTarget("/member_bt"){
gotoAndPlay("/back");
}
}
on (release){
getURL(“login.asp”)
}
Can any one tell me if there’s a better more effecient way of approacing this, or if there is something i should change to remedy the problem.
Thanks :q: