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:
o magari fare un clip mano e fargli un Mouse.hide();Codice PHP:sposta_mc.onMouseDown = function() {
this.x = this._x;
this.y = this._y;
this.startDrag(false);}
sposta_mc.onMouseUp=function () {
this.stopDrag();
};
_root.onMouseMove = function() {
updateAfterEvent();
};
c'è qualche altra funzione??![]()
![]()
graziee![]()

Rispondi quotando