Drag and drop like

try modifying your code at lines 30&31 with something like…

	this.onEnterFrame = function() {
				this._x += (this.origx-this._x)/6;
				this._y += (this.origy-this._y)/6;
				}

…i think that would be a good start…