Is there a way to avoid collisions between two objects ?
I have a labyrinth that contains “coins”. Coins should be eaten only by me(pacman). The problem is that, those coins can be eaten by ghosts too . I want to avoid those collisions between ghosts and coins… some ideas ?
I have a trigger on every coin…so when a collision occurs the coin dissapears.