Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/04/2007, 17:09
Rizzo
 
Fecha de Ingreso: septiembre-2006
Mensajes: 1.193
Antigüedad: 17 años, 7 meses
Puntos: 30
Re: Problemas con Drag and drop

Código:
on (press) {
	startDrag("_root.mapacompleto", false);
}
on (release) {
	stopDrag();
}
intenta asi.