Hello all,
I’m trying to form a statement that, in effect, is a when statement. I have made a movie clip that fades in and out. As it is rolled over it fades in, and when you roll out, it fades out - no problem scripting that with if statements: if _currentframe == Frame Number.
But the issue I’m having is that if you mouse over it and then out quickly, it will interrupt the fade in and automatically goto the fade out frame. I want to have a statement that says if you mouse out “WHEN the fade in is complete (or when it hits frame number whatever), THEN gotoAndPlay fadeout frame” even if the mouse is off the clip.
I’d appreciate any help!
Thanks,
Keith