# How to make a sprite go directly on a tile?

**URL:** https://forum.makecode.com/t/how-to-make-a-sprite-go-directly-on-a-tile/42650
**Category:** Help
**Created:** [March 12, 2026, 4:50pm UTC](https://forum.makecode.com/t/how-to-make-a-sprite-go-directly-on-a-tile/42650 "2026-03-12T16:50:44Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![ThatCoder](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/thatcoder/32/29388_2.png) [@ThatCoder](https://forum.makecode.com/u/ThatCoder)
#### Post date: [March 12, 2026, 4:50pm UTC](https://forum.makecode.com/t/how-to-make-a-sprite-go-directly-on-a-tile/42650/1 "2026-03-12T16:50:44Z")

</div>

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](https://forum.makecode.com/t/how-to-get-a-sprite-to-go-on-a-certain-tile-with-more-than-one-of-them/42382/4)

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](https://arcade.makecode.com/S73608-62284-74280-26043)

---

<div class="post-metadata">

### Author: ![NeverStopTheCoder](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/neverstopthecoder/32/21194_2.png) [@NeverStopTheCoder](https://forum.makecode.com/u/NeverStopTheCoder)
#### Post date: [March 12, 2026, 9:16pm UTC](https://forum.makecode.com/t/how-to-make-a-sprite-go-directly-on-a-tile/42650/2 "2026-03-12T21:16:19Z")

</div>

![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/e/0/e06846c8ae5e066b0841631fb0597fd63fe9fd37.png) use this

---

<div class="post-metadata">

### Author: ![ThatCoder](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/thatcoder/32/29388_2.png) [@ThatCoder](https://forum.makecode.com/u/ThatCoder)
#### Post date: [March 13, 2026, 5:04pm UTC](https://forum.makecode.com/t/how-to-make-a-sprite-go-directly-on-a-tile/42650/3 "2026-03-13T17:04:45Z")

</div>

This doesn’t work with my project, can you show me this block in action with my project?

---

<div class="post-metadata">

### Author: ![NeverStopTheCoder](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/neverstopthecoder/32/21194_2.png) [@NeverStopTheCoder](https://forum.makecode.com/u/NeverStopTheCoder)
#### Post date: [March 13, 2026, 9:28pm UTC](https://forum.makecode.com/t/how-to-make-a-sprite-go-directly-on-a-tile/42650/4 "2026-03-13T21:28:18Z")

</div>

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

---

<div class="post-metadata">

### Author: ![NeverStopTheCoder](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/neverstopthecoder/32/21194_2.png) [@NeverStopTheCoder](https://forum.makecode.com/u/NeverStopTheCoder)
#### Post date: [March 13, 2026, 9:28pm UTC](https://forum.makecode.com/t/how-to-make-a-sprite-go-directly-on-a-tile/42650/5 "2026-03-13T21:28:50Z")

</div>

like place ball 1 on tile col tile row

---

<div class="post-metadata">

### Author: ![YamJam](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/yamjam/32/29681_2.png) [@YamJam](https://forum.makecode.com/u/YamJam)
#### Post date: [March 14, 2026, 6:36pm UTC](https://forum.makecode.com/t/how-to-make-a-sprite-go-directly-on-a-tile/42650/6 "2026-03-14T18:36:07Z")

</div>

There is an extension called sprite grid, it could be useful for your problems.

---

<div class="post-metadata">

### Author: ![ThatCoder](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/thatcoder/32/29388_2.png) [@ThatCoder](https://forum.makecode.com/u/ThatCoder)
#### Post date: [March 24, 2026, 2:48am UTC](https://forum.makecode.com/t/how-to-make-a-sprite-go-directly-on-a-tile/42650/7 "2026-03-24T02:48:29Z")

</div>

It works, thank you!

---

<div class="post-metadata">

### Author: ![ThatCoder](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/thatcoder/32/29388_2.png) [@ThatCoder](https://forum.makecode.com/u/ThatCoder)
#### Post date: [March 24, 2026, 7:47pm UTC](https://forum.makecode.com/t/how-to-make-a-sprite-go-directly-on-a-tile/42650/8 "2026-03-24T19:47:18Z")

</div>

Does anyone know how to fix the camera bug?

---

<div class="post-metadata">

### Author: ![NeverStopTheCoder](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/neverstopthecoder/32/21194_2.png) [@NeverStopTheCoder](https://forum.makecode.com/u/NeverStopTheCoder)
#### Post date: [March 24, 2026, 9:33pm UTC](https://forum.makecode.com/t/how-to-make-a-sprite-go-directly-on-a-tile/42650/9 "2026-03-24T21:33:30Z")

</div>

what camera bug?

---

<div class="post-metadata">

### Author: ![ThatCoder](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/thatcoder/32/29388_2.png) [@ThatCoder](https://forum.makecode.com/u/ThatCoder)
#### Post date: [March 25, 2026, 9:02pm UTC](https://forum.makecode.com/t/how-to-make-a-sprite-go-directly-on-a-tile/42650/10 "2026-03-25T21:02:27Z")

</div>

Look into the project and see

---

<div class="post-metadata">

### Author: ![NeverStopTheCoder](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/neverstopthecoder/32/21194_2.png) [@NeverStopTheCoder](https://forum.makecode.com/u/NeverStopTheCoder)
#### Post date: [March 25, 2026, 9:32pm UTC](https://forum.makecode.com/t/how-to-make-a-sprite-go-directly-on-a-tile/42650/11 "2026-03-25T21:32:57Z")

</div>

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
