Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/04/2005, 09:36
Avatar de TMeister
TMeister
Crazy Coder
 
Fecha de Ingreso: enero-2002
Ubicación: En la Oficina
Mensajes: 2.880
Antigüedad: 22 años, 3 meses
Puntos: 193
desde la linea de tiempo donde esta el Movieclip pon esto

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