Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/05/2009, 18:35
Avatar de gel
gel
 
Fecha de Ingreso: julio-2007
Ubicación: Toronto
Mensajes: 76
Antigüedad: 16 años, 9 meses
Puntos: 1
Respuesta: Swap images (intercambio de imagenes)

Respuesta es:

swapDepths

Cita:
on (press, dragOver) {
startDrag(_root.c_mc);
}
on (release, rollOut, dragOut) {
stopDrag();
}
on (press, release, dragOver, dragOut) {
_root.x +=2;
_root.c_mc.swapDepths(_root.x);
}