Hey
Im trying to disable a movieclip from another movieclip.
_root.mc.enabled = false;
But it has no effect… Is there another way??
Thanx
Hey
Im trying to disable a movieclip from another movieclip.
_root.mc.enabled = false;
But it has no effect… Is there another way??
Thanx
_visible = false;
This will also make it invisible, but you won’t be able to use the movie anymore
:: Copyright KIRUPA 2024 //--