kn.onPress = function() { attachMovie("pic","pic_new",10,{_y:100, _x:100}); pic_new.onPress = function() { removeMovieClip("pic_new"); }; };