Off Screen Bug?

Incarnin

  • Posts: 18
I'm trying to make some barriers spawn at the top of the screen with a random x position and then fall down, the movements are working fine but I put the exact co-ordinates I want them to spawn at in the inputs but some are spawning in wrong places on the screen and some spawn WAY off the screen, any help? Here's a photo of my behavior:

mormord

  • Posts: 94
You are using negative X coordinates, which is to the left from the screen. I'm not sure if this was your intention.