Ciao a tutti...
mi chiedevo come facco a fare un drag tipo quello come quando vai sul pannello di controllo flash e fai ingrandisci....

oltre a fare questo:

Codice PHP:
sposta_mc.onMouseDown = function() {
    
this.this._x;
    
this.this._y;
    
this.startDrag(false);}
sposta_mc.onMouseUp=function () {

    
this.stopDrag();
};

    
_root.onMouseMove = function() {
updateAfterEvent();
}; 
o magari fare un clip mano e fargli un Mouse.hide();

c'è qualche altra funzione??
graziee