Page 1 of 1

Shooting

PostPosted: Tue May 29, 2012 6:49 pm
by hunter84
how do i get enemy bullets to kill me? and how do i respawn?

Re: Shooting

PostPosted: Tue May 29, 2012 6:54 pm
by skydereign
You can use the DestroyActor function in the collision event between the player and the enemy bullets. If you want to add hp into the equation, you'll need to create a variable to store hp. There are plenty of posts about how to setup hp in your game. To respawn, use the CreateActor function.