codice:
onClipEvent (load) { 
finex = iniziox=this._x;
finey = inizioy=this._y;
} 
onClipEvent (enterFrame) { 
this._x += (finex-this._x)/2; 
this._y += (finey-this._y)/2;
}
pulsanti

codice:
on (press) { 
mc.finex = mc.iniziox-440;
mc.finey = mc.inizioy-440;
}