Topic: Game Programming / Enemy Health AS@
Hi there everyone !
I have problem with enemy health. those are the scripts
Enemy health part
…
this.removeMovieClip();
}
…
Variable on first frame of enemy
…
var live = 3 ;
…
Anyone have any ideas ?