up_btn.onPress = function () { _root.logo_mc.onEnterFrame = function () { this._y -= 10; }; if (this._y < граница) { this._y = граница delete _root.logo_mc.onEnterFrame; } };