02/06/2003, 13:54
|
| | | Fecha de Ingreso: noviembre-2002 Ubicación: En un pequeño, helado, obscuro reino... llamado Dinamarca.
Mensajes: 1.852
Antigüedad: 22 años Puntos: 1 | |
Le hize unas pequeñas modificaciones y ahora funciona...!
stop();
this.onPress = function() {
startDrag(this);
}
this.onRelease = function() {
this.stopDrag();
if (this.hitTest("/area52")) {
unloadMovie(this);
}
}
Saludos.
Última edición por pulento; 02/06/2003 a las 14:11 |