I have a game where you catch falling objects, and when you miss/catch one it is destroyed. The problem is I want them to respawn randomly, but above a certain height. When I use "X: random(360) and Y: random(360) it makes the objects randomly spawn, but all over the map. How can I make the objects spawn above 400 pixels high?
Thanks!