Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/07/2004, 18:31
Avatar de ¬...
¬...
 
Fecha de Ingreso: noviembre-2003
Ubicación: Guatemala
Mensajes: 742
Antigüedad: 20 años, 5 meses
Puntos: 4
no tenes porque tener el objetivo del juego como un boton? usa... hitTest:
Código:
this.onEnterFrame=function(){
	enemigo.onMouseDown=function(){
		if(enemigo.hitTest(_xmouse,_ymouse)){
			trace("le diste!");
		}
	}
}
__________________
'_'

...

Última edición por ¬...; 02/07/2004 a las 18:40