you can hide the movieclip by setting it’s _visible property to false, soemthing like this.
on(rollover){
_root.emptyMC._visible = false;
}
you can hide the movieclip by setting it’s _visible property to false, soemthing like this.
on(rollover){
_root.emptyMC._visible = false;
}
:: Copyright KIRUPA 2024 //--