Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/06/2003, 13:54
Avatar de pulento
pulento
 
Fecha de Ingreso: noviembre-2002
Ubicación: En un pequeño, helado, obscuro reino... llamado Dinamarca.
Mensajes: 1.852
Antigüedad: 21 años, 5 meses
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.
__________________
http://www.flotdesign.dk/

Última edición por pulento; 02/06/2003 a las 14:11