_root.attachMovie("attach_as", "newattach_mc", _root.getNextHighestDepth()); _root["newattach_mc"].textfield1_txt.text = "news"; _root["newattach_mc"].onRelease = function(){ trace("attached button was clicked!"); }