_root.createEmptyMovieClip("mc", this.getNextHighestDepth()); _root.attachMovie("mov1", "mc", 1); btn.onRelease=function(){ _root.attachMovie("mov2", "mc", 1); }