I’ve been trying to make an ADOFAI game, this is my second post on trying to bugfix it. The last one was getting them on the tile I wanted
Post Link: How to get a sprite to go on a certain tile with more than one of them? - #4 by TheCoder64
I’ve been trying to make the sprite go directly on the tile, but after a month, I’ve given up and created this post. Can anyone help?
There’s also another bug where the sprite starts off the place where I put it and the camera glitches everything I click
Project Link: https://arcade.makecode.com/S73608-62284-74280-26043
This doesn’t work with my project, can you show me this block in action with my project?
do you know how to use
1.go into a tilemap darg your mouse over a spot you want and look in the bottom left there will be 2 numbers like 13,10 type those into this block
2sprite will be placed on tile
like place ball 1 on tile col tile row
YamJam
March 14, 2026, 6:36pm
6
There is an extension called sprite grid, it could be useful for your problems.
Does anyone know how to fix the camera bug?
Look into the project and see
well that I think is more of a movement bug buts it could be you are calling the move more than once or because you don’t need the sprite.y += etc and the x before you place it because that really wont do anything