Flash movie/button help pls

hi

i have a button with a rollover animation on it (namely a curtain raising)
on rollout the curtain drops

i have this setup with a frame label of out and over

and am using this actionscript

on (rollOver) {
tellTarget (“5”) {
gotoAndPlay (“over”);
}

the same is said for the rollOut, anyway the problem is, if the user rolls on and off the button too fast the animation flips so that the curtain is down instead of up on rollover and vice versa

wondering if anyone knows of actionscript that would say

either if user rolls off and on before animation finishes wait until animation finishes

or if user rolls off and back on cancel the current animation and skip back to roll on etc

hope you can help me

ive pulled all my hair out

thanks
fonzio:emo: