MovieClip.prototype.createText = ASnative (104, 200); MovieClip.prototype.createTextField = function (name, depth, x, y, w, h) { trace ("создан текст"); this.createText (name, depth, x, y, w, h); }; _root.createTextField ("mc", 1, 0, 0, 500, 500); _root.mc.text = "2345";