Hi,
Question: if I've got two player game, and each of player sprite characters is in family 'player'. On collision of one of them with enemy, where event looks like this 'on enemy family collision with player family subtract 10 from player.value(life)', will individual player that is on collision with enemy sprite will lose life or will it subtract from both players?
Thanks