Erm, okay, I have this problem:
I use a private variable on Player 1 for the z depth of this player. Now, when the z of the player is higher(e.g. by jumping) than an obstacle, the collision mode of the obstacle is changed to "none".
Now, when I have two players, this method doesnt work anymore because one player can be higher and one lower than the obstacle.
Help?