PDA

View Full Version : Movieclip wonīt disappear


eldardoamarillo
03-19-2008, 02:30 PM
I am working on a project where I have a flashmovie projector open a swf and when I press a button it goes to a completely different swf. The thing is, any movieclip or graphic that is still on the timeline at the end of the first swf is transfered to the second swf.

The project is fairly complicated so I canīt really get into details. But I want to know if there is some way to make the images disappear completely when I get to the next swf.

sebitaz_88
03-19-2008, 02:50 PM
setting their visiblity to 0..
myMc._visible = false;