Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/03/2007, 13:02
Rizzo
 
Fecha de Ingreso: septiembre-2006
Mensajes: 1.193
Antigüedad: 17 años, 7 meses
Puntos: 30
Re: startDrag(); Doble

haz tu propio drag por ejemplo con onEnterFrame

Código:
this.onEnterFrame = function() {
		_root.miMouse._y = _root.miImagen._y=_root._ymouse;
		_root.miMouse._x = _root.miImagen._x=_root._xmouse;
	};

Última edición por Rizzo; 29/03/2007 a las 13:42