# I need a bit of help finding a way of replacing sprite hitboxes to images

**URL:** https://forum.makecode.com/t/i-need-a-bit-of-help-finding-a-way-of-replacing-sprite-hitboxes-to-images/26486
**Category:** Help
**Created:** [January 30, 2024, 7:55pm UTC](https://forum.makecode.com/t/i-need-a-bit-of-help-finding-a-way-of-replacing-sprite-hitboxes-to-images/26486 "2024-01-30T19:55:23Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Goyga](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/goyga/32/18162_2.png) [@Goyga](https://forum.makecode.com/u/Goyga)
#### Post date: [January 30, 2024, 7:55pm UTC](https://forum.makecode.com/t/i-need-a-bit-of-help-finding-a-way-of-replacing-sprite-hitboxes-to-images/26486/1 "2024-01-30T19:55:23Z")

</div>

[The Code](https://makecode.com/_VueeDKVha0Lh)

---

<div class="post-metadata">

### Author: ![Mega0star01](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/mega0star01/32/14784_2.png) [@Mega0star01](https://forum.makecode.com/u/Mega0star01)
#### Post date: [January 30, 2024, 9:31pm UTC](https://forum.makecode.com/t/i-need-a-bit-of-help-finding-a-way-of-replacing-sprite-hitboxes-to-images/26486/2 "2024-01-30T21:31:00Z")

</div>

wdym.

---

<div class="post-metadata">

### Author: ![Goyga](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/goyga/32/18162_2.png) [@Goyga](https://forum.makecode.com/u/Goyga)
#### Post date: [January 31, 2024, 5:12pm UTC](https://forum.makecode.com/t/i-need-a-bit-of-help-finding-a-way-of-replacing-sprite-hitboxes-to-images/26486/3 "2024-01-31T17:12:20Z")

</div>

So the sprite would be an empty image and then when in the character select menu, it could change that empty image into an actual image.

---

<div class="post-metadata">

### Author: ![Mega0star01](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/mega0star01/32/14784_2.png) [@Mega0star01](https://forum.makecode.com/u/Mega0star01)
#### Post date: [January 31, 2024, 6:53pm UTC](https://forum.makecode.com/t/i-need-a-bit-of-help-finding-a-way-of-replacing-sprite-hitboxes-to-images/26486/4 "2024-01-31T18:53:03Z")

</div>

tis this what you need?: [https://makecode.com/\_dJuhA13eP7j0](https://makecode.com/_dJuhA13eP7j0).

---

<div class="post-metadata">

### Author: ![Goyga](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/goyga/32/18162_2.png) [@Goyga](https://forum.makecode.com/u/Goyga)
#### Post date: [January 31, 2024, 10:08pm UTC](https://forum.makecode.com/t/i-need-a-bit-of-help-finding-a-way-of-replacing-sprite-hitboxes-to-images/26486/5 "2024-01-31T22:08:20Z")

</div>

Now I am just wondering is it possible to make the character selectable.

---

<div class="post-metadata">

### Author: ![WoofWoof](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/woofwoof/32/32523_2.png) [@WoofWoof](https://forum.makecode.com/u/WoofWoof)
#### Post date: [February 1, 2024, 5:23pm UTC](https://forum.makecode.com/t/i-need-a-bit-of-help-finding-a-way-of-replacing-sprite-hitboxes-to-images/26486/6 "2024-02-01T17:23:40Z")

</div>

Yes, that is very possible. Just make a sprite without touching the pixel art editor, then find the Set (MySprite) Image To (image) block and use that to change the image. The hit boxes will change automatically depending on the image (which can be very annoying sometimes). If you want a good way of selecting the character, check out [Arcade-mini-menu extension](https://forum.makecode.com/t/arcade-mini-menu-extension/14368). It is really nice!

---

<div class="post-metadata">

### Author: ![Mega0star01](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/mega0star01/32/14784_2.png) [@Mega0star01](https://forum.makecode.com/u/Mega0star01)
#### Post date: [February 1, 2024, 10:23pm UTC](https://forum.makecode.com/t/i-need-a-bit-of-help-finding-a-way-of-replacing-sprite-hitboxes-to-images/26486/7 "2024-02-01T22:23:20Z")

</div>

thx man.
