car.onPress = function() { this.startDrag(false, 0, this._y, Stage.width, this._y); this.onMouseMove = function() { //вращаем колеса }; }; car.onRelease = car.onReleaseOutside=function () { stopDrag(); delete this.onMouseMove; };