by skydereign » Tue May 29, 2012 6:54 pm
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.