Mouseover effect

you can hide the movieclip by setting it’s _visible property to false, soemthing like this.

on(rollover){
_root.emptyMC._visible = false;
}