Ver Mensaje Individual
  #6 (permalink)  
Antiguo 02/08/2005, 09:07
Avatar de richardinj
richardinj
 
Fecha de Ingreso: enero-2005
Ubicación: Ciber Espacio
Mensajes: 2.180
Antigüedad: 19 años, 3 meses
Puntos: 11
on (press) {
this.startDrag(true);
}
on (release) {
stopDrag();
this._x=_xmouse;
this._y=_ymouse;

}