I am working on a game where you collect coins while avoiding projectiles. But the issue is, things will continue to spawn randomly around the map as long as I don’t overlap with it. The moment I overlap with it, it stops the Spawning.
The goal is to collect a coin and destroy it which makes your points go up by one, and then for another coin to spawn somewhere else on screen for you to collect. This is meant to repeat until they hit 50 points,
@Keggruel your problem was that you were destroying the coin I changed it and made it leave the map and go back in the map (I also made your map smaller so the coin won’t go outside the screen(I also had to changed the screen size)) I also added 2 extentions That personally I find very useful