Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/04/2007, 13:18
Rizzo
 
Fecha de Ingreso: septiembre-2006
Mensajes: 1.193
Antigüedad: 17 años, 6 meses
Puntos: 30
Re: external movie, drag and drop

ese boton que haces el drag borralo y en su lugar dibuja un mc y dentro de ese mc colocas esto:


Código:
this.onPress = function() {
	this.startDrag();
};
this.onRelease = onReleaseOutside=function () {
	this.stopDrag();

};