Fun two player game where you have to jump on top of the other players' head to win. There are two layouts to choose from: The normal arena and the fire lands!...
Can you please tell how did you make the score decrease when the other player hit the first players head? Like how the score is decreasing only when the other player touches the other players head and why the score isnt decreasing when the player touches the body of other player?
I pinned an invisible sprite to to top of each player and based the collision code around those sprites instead of the players themselves.
Genius mind... I recreated this game but in that, for collision on head, I made an invisible sprite and gave the event to set position to the player