Collisions of screen
BlueFanStudios
Member Posts: 77
Im looking for some suggestions regarding stopping collisions occurring off screen, the collisions are designed to stop the game.
Comments
i have multiple moving objects moving on the screen, they are moving in random directions and when they collide on the screen it results in game over which is intentional.
however, the problem is that the same collisions are occurring out of the players view when the moving objects leave the playable area. It isnt a bug, the code is working as it should. Im trying to find a clean way for disabling the collisions off screen.