Hello everybody with another newbie question
Im just trying to make a little game where the hero has to jump trough platforms without falling.
I spawn a platforms with the "create object function". Once In a while I spawn a bigger platform (just calling a different frame of the same object) where the user can 'buy' upgrades with the coin he found during the game.
As u can see from image I have a bigger platform and another platform above (the one in the left) and another one very close (at the right). So, all three are the same object but with different frame.
I would like to avoid platforms to spawn above or close to the bigger one. Suggestion for this?
Thanks