11/05/2009, 18:35
|
| | | Fecha de Ingreso: julio-2007 Ubicación: Toronto
Mensajes: 76
Antigüedad: 17 años, 6 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);
} |