does anyone know how i could make it so when i turn left and right it snap into place on the lanes.

https://flowlab.io/game/view/1460410 pls help

For your game, I honestly recommend not doing that. Allowing free movement makes the player feel free when playing!

@meburningslime i was gonna add obstacles.it seems the movement one i have does not work good for that so i am stuck. kinda like subways surfer but top down.

@tertre oh. Then have it add 32 or subtract 32 from the X with a Position block in components.

@meburningslime what do you mean?

@tertre use a position block. Have it when you press right, it inputs 32 into the +x input, and left does -32.

@meburningslime could you show me an example

@tertre sorry, I’m on mobile now. I’ll do it tomorrow;)

@meburningslime ok

Ummm, I figured it out both ways out doing it, but I don’t know how to send the pictures.
:frowning: :frowning: :frowning: :frowning: :frowning: :frowning: :frowning: :(:frowning: :frowning: :frowning: :(:frowning: :frowning: :frowning: :(:frowning: :frowning:

ctrl+shift+f4 to screenshot

Thanks for that
How exactly do you upload the picture

@16batemangibneycha if you used windows+shift+s or any other screenshot command that copies to the clipboard, i usually paste it into ms word and select save as picture. you can press the picture icon on the far left above your text box and upload the picture from your files. if it doesn"t copy to the clipboard it would probably already be saved on the computer.

https://flowlab.io/game/play/1460943

Made an example.
Remember position isn’t in pixels it’s in Grid.
Good Luck!!

Btw, thanks f3art will start doing that ( just had already made the game )

@16batemangibneycha thx

No problem ( also remember to turn off repeating for keyboard triggers ) at the moment you have A and D on repeating.
Also you could try using the repeat function on the camera if you wanted to make an endless mode.