How Do You Spawn?

I am working on a game and I asked a question on a different topic, and everyone suggested to spawn. I tried doing that, but I had a little trouble understanding how to spawn. If it helps, this is the game I am having trouble to spawn on https://flowlab.io/game/play/1563404 (go inside my game into the Uh Oh… level)
Pls tell me if you can help me understand spawning!

So spawning coordinates work off of pixels, and 1 block is 32 pixels. Use blocks as a measuring stick to find out where you want to spawn it.

1 Like

you can still select grid to take the block coordinates

1 Like

not for the spawn behavior

wait im gonna go see

no one block is 100 pixels

i counted it’s 32

I really dont suggest putting a spawn inside the object you want to spawn.
But the coordinates you need for the spawner is this:

2021.01.03-21.37

The spawn uses pixels on screen, where x is 0 on the left side of the screen, and y is 0 on the top side of the screen. Every block in Flowlab is made of 32 pixels.

Another way to find where you want is to find a specific spot, is to use the extract behaviors and it will give you the spot in pixels like this:

2021.01.03-21.48

1 Like

Thank you so much. This helps a lot!

Thanks! That explains things a bit!