silverswim
Programmer
Hi,
I have attached a movieclip to the stage and put the code on the first frame of the root timeline. I want to remove the mc with a button, so in the actions of the button I put
on(rollOver){
_root.removeMovieClip("mcName");
}
then rolling out would attach the mc back again.
but the mc wont go... is this to do with having to use duplicate mc in order to remove it?
thanks in advance, silverswim
I have attached a movieclip to the stage and put the code on the first frame of the root timeline. I want to remove the mc with a button, so in the actions of the button I put
on(rollOver){
_root.removeMovieClip("mcName");
}
then rolling out would attach the mc back again.
but the mc wont go... is this to do with having to use duplicate mc in order to remove it?
thanks in advance, silverswim