Ronsoca
12-12-2008, 08:06 PM
I've been having trouble trying to set a nested movieclip _visible property in an animation. I've got this:
_root.movieclip1.movieclip2._visible
where movieclip2 is nested in movieclip1.
movieclip1 has several key frames, and movieclip2 is on the second one.
I want movieclip2 not to be visible at the beggining, so I wrote in the first key frame of the main movie:
_root.movieclip1.movieclip2._visible=false;
but it only works if I put movieclip2 on the first frame on movieclip1
can anyone please help me with that?
I certainly don't know why is this, and haven't found infirmation concerning to this specific matter.
Thank you very much in advance.
_root.movieclip1.movieclip2._visible
where movieclip2 is nested in movieclip1.
movieclip1 has several key frames, and movieclip2 is on the second one.
I want movieclip2 not to be visible at the beggining, so I wrote in the first key frame of the main movie:
_root.movieclip1.movieclip2._visible=false;
but it only works if I put movieclip2 on the first frame on movieclip1
can anyone please help me with that?
I certainly don't know why is this, and haven't found infirmation concerning to this specific matter.
Thank you very much in advance.