# Making a sprite act like a tilemap that can move

**URL:** https://forum.makecode.com/t/making-a-sprite-act-like-a-tilemap-that-can-move/23784
**Category:** Arcade
**Created:** [October 30, 2023, 4:52pm UTC](https://forum.makecode.com/t/making-a-sprite-act-like-a-tilemap-that-can-move/23784 "2023-10-30T16:52:44Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Lilvince](https://avatars.discourse-cdn.com/v4/letter/l/e9a140/32.png) [@Lilvince](https://forum.makecode.com/u/Lilvince)
#### Post date: [October 30, 2023, 4:52pm UTC](https://forum.makecode.com/t/making-a-sprite-act-like-a-tilemap-that-can-move/23784/1 "2023-10-30T16:52:44Z")

</div>

I want to make a platform that can move WITHOUT it being a tilemap and I don’t really want to make it overlap, I want it to act like a legit tilemap that can move

---

<div class="post-metadata">

### Author: ![Blobbey](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/blobbey/32/20831_2.png) [@Blobbey](https://forum.makecode.com/u/Blobbey)
#### Post date: [October 30, 2023, 5:36pm UTC](https://forum.makecode.com/t/making-a-sprite-act-like-a-tilemap-that-can-move/23784/2 "2023-10-30T17:36:24Z")

</div>

Do you want something like this?

> **[GitHub - Blobbey2000/pxt-sprite-platforms: Creates sprite platforms that can...](https://github.com/Blobbey2000/pxt-sprite-platforms)**
>
> Creates sprite platforms that can be used to make moving platforms. - GitHub - Blobbey2000/pxt-sprite-platforms: Creates sprite platforms that can be used to make moving platforms.

To be honest, I’m a little bit confused with how you asked the question.

---

<div class="post-metadata">

### Author: ![Lilvince](https://avatars.discourse-cdn.com/v4/letter/l/e9a140/32.png) [@Lilvince](https://forum.makecode.com/u/Lilvince)
#### Post date: [October 30, 2023, 5:57pm UTC](https://forum.makecode.com/t/making-a-sprite-act-like-a-tilemap-that-can-move/23784/3 "2023-10-30T17:57:45Z")

</div>

holy crap yeah EXACTLY like that, thank you!

---

<div class="post-metadata">

### Author: ![Lilvince](https://avatars.discourse-cdn.com/v4/letter/l/e9a140/32.png) [@Lilvince](https://forum.makecode.com/u/Lilvince)
#### Post date: [October 30, 2023, 5:57pm UTC](https://forum.makecode.com/t/making-a-sprite-act-like-a-tilemap-that-can-move/23784/4 "2023-10-30T17:57:49Z")

</div>

and sorry about the whole asking the question in a confusing way, it was a bit difficult to think about how to say it since it’s sorta a strange thing to be asking

---

<div class="post-metadata">

### Author: ![Lilvince](https://avatars.discourse-cdn.com/v4/letter/l/e9a140/32.png) [@Lilvince](https://forum.makecode.com/u/Lilvince)
#### Post date: [October 30, 2023, 6:19pm UTC](https://forum.makecode.com/t/making-a-sprite-act-like-a-tilemap-that-can-move/23784/5 "2023-10-30T18:19:33Z")

</div>

nevermind… this is might not work since it bounces up and down, it also only collides with the bottom, not the top which is an issue
