Hi!
I'm using Pick by comparison event to pick object that is on lower part of the screen (in this case platform1.Y > 400), but problem is that sometimes there are two or more platform1 objects, so both are picked. Is there any way just to pick one? I need this in order to spawn my character back to the game.
Like i said, code works if only one platform1[/b object is safisfying condition, but if there are a lot then code is not working. I tried Picking by random, but sometimes it picks platforms that are in upper part of screen and then platforms are spawned incorrectly.