mclListener.onLoadInit = function(target:MovieClip) { trace("onLoadComplete"); target.onPress = function () { trace ("it work!\n"+this); } };