Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/12/2004, 09:17
Avatar de Parzival
Parzival
 
Fecha de Ingreso: junio-2004
Ubicación: Vive en el foro
Mensajes: 190
Antigüedad: 19 años, 10 meses
Puntos: 2
prueba con algo así:
Código:
if (_root.gomin.hitTest(_root.bg.mc2))
{
	aux_vida = _parent.vida.text;
	_parent.vida.text = int(aux_vida) - 1;
}