Hi I have this movieclip where a bitmap fades out over another bitmap
in _parent I have this code

on(rollOver) {
this.gotoAndPlay("logoFadeIn");
}

on(rollOut) {
this.gotoAndPlay("logoFadeOut");
}

as you see when you mouse hover the fading starts and fades back when mouse out.

When testing and if I mouse hvoer and mouse out(very quick) it does'nt fade out.

Does anyone knows why?

regards T