Hi, In my game it will be two players. Both is gonna have their own health, but how can I subtract lives only from one player, since when I do that both players hp goes down.
Thanks
Printable View
Hi, In my game it will be two players. Both is gonna have their own health, but how can I subtract lives only from one player, since when I do that both players hp goes down.
Thanks
It sounds like you might have two Lives objects set to the same player - check the "Player" property of the Lives object that's meant to be for Player 2.