codice:
ease = .2
mc.onEnterFrame = function() {
	distancey = (_root._ymouse-this._y)*ease;
	this._y += distancey;
}