on (rollOver) { _root.place1.attachMovie( "text2", "text2a", 1 ); } on (rollOut) { removeMovieClip ("_root.place1.text2a"); }