Ok, forget it. It WAS something stupid. I changed _root.attachMovie("imgWin", "imgWin", _root.getNextHighestDepth()); To _root.attachMovie("imgWin", "imgWin", 999); and it all works just as it should (with removeMovieClip()). j.vanpelt