# I REALY need help

**URL:** https://forum.makecode.com/t/i-realy-need-help/41447
**Category:** Help
**Created:** [January 9, 2026, 5:33pm UTC](https://forum.makecode.com/t/i-realy-need-help/41447 "2026-01-09T17:33:37Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![miguelsanto17598-gli](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/miguelsanto17598-gli/32/35185_2.png) [@miguelsanto17598-gli](https://forum.makecode.com/u/miguelsanto17598-gli)
#### Post date: [January 9, 2026, 5:33pm UTC](https://forum.makecode.com/t/i-realy-need-help/41447/1 "2026-01-09T17:33:38Z")

</div>

i’m tying to do procedural art but it glitches every time

---

<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: [January 9, 2026, 5:49pm UTC](https://forum.makecode.com/t/i-realy-need-help/41447/2 "2026-01-09T17:49:10Z")

</div>

if you mean like good looking art made like by a computer than I can try to help

---

<div class="post-metadata">

### Author: ![randomuser](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/randomuser/32/32505_2.png) [@randomuser](https://forum.makecode.com/u/randomuser)
#### Post date: [January 9, 2026, 10:20pm UTC](https://forum.makecode.com/t/i-realy-need-help/41447/3 "2026-01-09T22:20:21Z")

</div>

Could you send over the link to the code?  
And what you mean by procedural– I’m guessing you’re combining images that are pieces of an artwork into a whole?

---

<div class="post-metadata">

### Author: ![miguelsanto17598-gli](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/miguelsanto17598-gli/32/35185_2.png) [@miguelsanto17598-gli](https://forum.makecode.com/u/miguelsanto17598-gli)
#### Post date: [January 9, 2026, 10:22pm UTC](https://forum.makecode.com/t/i-realy-need-help/41447/4 "2026-01-09T22:22:35Z")

</div>

for context I was doing this to simulate mutations in genetics for a bigger game im doing 😃

---

<div class="post-metadata">

### Author: ![miguelsanto17598-gli](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/miguelsanto17598-gli/32/35185_2.png) [@miguelsanto17598-gli](https://forum.makecode.com/u/miguelsanto17598-gli)
#### Post date: [January 9, 2026, 11:51pm UTC](https://forum.makecode.com/t/i-realy-need-help/41447/5 "2026-01-09T23:51:32Z")

</div>

yes

> **[mutation simulation](https://arcade.makecode.com/S00220-80390-77464-18826)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

---

<div class="post-metadata">

### Author: ![miguelsanto17598-gli](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/miguelsanto17598-gli/32/35185_2.png) [@miguelsanto17598-gli](https://forum.makecode.com/u/miguelsanto17598-gli)
#### Post date: [January 10, 2026, 1:46pm UTC](https://forum.makecode.com/t/i-realy-need-help/41447/6 "2026-01-10T13:46:40Z")

</div>

also you’re meant to press A

---

<div class="post-metadata">

### Author: ![Luke](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/luke/32/32519_2.png) [@Luke](https://forum.makecode.com/u/Luke)
#### Post date: [January 10, 2026, 9:34pm UTC](https://forum.makecode.com/t/i-realy-need-help/41447/7 "2026-01-10T21:34:39Z")

</div>

after some testing by removing the entire 25% chance if statement i can narrow down the issue but something that helps a lot is using debug mode where i can clearly see the issue.

 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/5/e/5e18415472bee2b82fd9b6ec6a95dd2faf6a9485.png)

oh and the issue seems to be when making the second sprite the sprite data needs to be added again so that it can be referenced which is why it was throwing undefined

Additionally, when you pick an item from the array thats 0, or max but then move to -1 or +1 the game cant return an item thats outside the array. Like trying to read the 5th word in a sentence with only 4 words. (or the -1th word).

 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/8/2/82d5015456ff8cea37bb5e6053b627b3d98244d5.png)

i fixed this by making a custom random function that will tick over if the value is too high or too low

 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/4/0/40a93a1c3de90cb44a631647a87c696edb069f7e.png)

im not entirely sure what you were trying to do but i hope this was helpful! i really like this little demo and i cant wait to see how its implemented

> **[mutation simulation](https://arcade.makecode.com/42442-81856-28805-53360)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

---

<div class="post-metadata">

### Author: ![miguelsanto17598-gli](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/miguelsanto17598-gli/32/35185_2.png) [@miguelsanto17598-gli](https://forum.makecode.com/u/miguelsanto17598-gli)
#### Post date: [January 11, 2026, 9:58pm UTC](https://forum.makecode.com/t/i-realy-need-help/41447/8 "2026-01-11T21:58:19Z")

</div>

thanks a lot! I had this issue a long time 😅 next time i do something similar i’ll take notes!

---

<div class="post-metadata">

### Author: ![miguelsanto17598-gli](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/miguelsanto17598-gli/32/35185_2.png) [@miguelsanto17598-gli](https://forum.makecode.com/u/miguelsanto17598-gli)
#### Post date: [January 15, 2026, 4:20am UTC](https://forum.makecode.com/t/i-realy-need-help/41447/9 "2026-01-15T04:20:25Z")

</div>

also another problem: sometimes this game doesn’t start ☹  
[here it is](https://arcade.makecode.com/S00751-68251-52566-20458)

---

<div class="post-metadata">

### Author: ![miguelsanto17598-gli](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/miguelsanto17598-gli/32/35185_2.png) [@miguelsanto17598-gli](https://forum.makecode.com/u/miguelsanto17598-gli)
#### Post date: [January 15, 2026, 5:51pm UTC](https://forum.makecode.com/t/i-realy-need-help/41447/10 "2026-01-15T17:51:59Z")

</div>

(also thanks to @BLADEr for the extention and fixing some problems :3)

---

<div class="post-metadata">

### Author: ![BLADEr](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/blader/32/16422_2.png) [@BLADEr](https://forum.makecode.com/u/BLADEr)
#### Post date: [January 16, 2026, 5:11am UTC](https://forum.makecode.com/t/i-realy-need-help/41447/11 "2026-01-16T05:11:20Z")

</div>

That procedural art looks a lot like the Bibites on that one Evolution simulator game!

---

<div class="post-metadata">

### Author: ![BLADEr](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/blader/32/16422_2.png) [@BLADEr](https://forum.makecode.com/u/BLADEr)
#### Post date: [January 16, 2026, 5:14am UTC](https://forum.makecode.com/t/i-realy-need-help/41447/12 "2026-01-16T05:14:09Z")

</div>

You’re welcome, @miguelsanto17598-gli! I’m so glad to have helped!

THIS GAME IS SO BEUTIFUL! Great job at creating all the creatures!

OK. I was looking at the code and I can see some things that might trip it up. For some reason all the errors I was finding were in some kind of update loop. I have no idea what to do about that because I was looking at your code and nothing seems incorrect. Maybe it’s a bug that has to do with Makecode Arcade?

The forever block with the “render all soft bodies”, you have to use an “on game update” block. Change it to this:

 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/5/a/5a19dd729d34cc184bf035515ec3605c7106d87b.png)

The game works fine when I removed the function “createskydweller”. I was looking in the function for that creature, but I don’t see anything that’s wrong. I’m not entirely sure why. The debugger says that there’s something wrong with the "mySprite2"s image.

Also, I would love it if you could add me to the credits of this amazing game!

---

<div class="post-metadata">

### Author: ![miguelsanto17598-gli](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/miguelsanto17598-gli/32/35185_2.png) [@miguelsanto17598-gli](https://forum.makecode.com/u/miguelsanto17598-gli)
#### Post date: [January 16, 2026, 5:48pm UTC](https://forum.makecode.com/t/i-realy-need-help/41447/13 "2026-01-16T17:48:08Z")

</div>

thanks, and don’t worry, I will add credits in the next update!

---

<div class="post-metadata">

### Author: ![miguelsanto17598-gli](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/miguelsanto17598-gli/32/35185_2.png) [@miguelsanto17598-gli](https://forum.makecode.com/u/miguelsanto17598-gli)
#### Post date: [January 16, 2026, 7:25pm UTC](https://forum.makecode.com/t/i-realy-need-help/41447/14 "2026-01-16T19:25:12Z")

</div>

(it’s sometimes annoying when I have to refresh the game so many times only for it to work…) I’ll find a way to stop that!

---

<div class="post-metadata">

### Author: ![miguelsanto17598-gli](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/miguelsanto17598-gli/32/35185_2.png) [@miguelsanto17598-gli](https://forum.makecode.com/u/miguelsanto17598-gli)
#### Post date: [January 19, 2026, 6:23pm UTC](https://forum.makecode.com/t/i-realy-need-help/41447/15 "2026-01-19T18:23:55Z")

</div>

YESSSSSSSSS I DID IT (and there is credits now :3)

> **[the dark Jungle](https://arcade.makecode.com/S00751-68251-52566-20458)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

---

<div class="post-metadata">

### Author: ![miguelsanto17598-gli](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/miguelsanto17598-gli/32/35185_2.png) [@miguelsanto17598-gli](https://forum.makecode.com/u/miguelsanto17598-gli)
#### Post date: [January 20, 2026, 1:40am UTC](https://forum.makecode.com/t/i-realy-need-help/41447/16 "2026-01-20T01:40:39Z")

</div>

also you can give any ideas for the next creatures (there are spoiler names ahead)

the wanderer

skywhale

landdwellers

any ways, I am going to do a diferent draft for that topic so… see you there!

---

<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: [January 20, 2026, 1:43am UTC](https://forum.makecode.com/t/i-realy-need-help/41447/17 "2026-01-20T01:43:00Z")

</div>

this is beautiful and the scene is kinda calming

---

<div class="post-metadata">

### Author: ![BLADEr](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/blader/32/16422_2.png) [@BLADEr](https://forum.makecode.com/u/BLADEr)
#### Post date: [January 20, 2026, 1:56am UTC](https://forum.makecode.com/t/i-realy-need-help/41447/18 "2026-01-20T01:56:25Z")

</div>

I’m glad you could fix it! This is Awesome. Great job.

---

<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: [January 20, 2026, 4:59am UTC](https://forum.makecode.com/t/i-realy-need-help/41447/19 "2026-01-20T04:59:35Z")

</div>

this is an amazing game great job.

Also I have a name idea:

“Treestalker”

It could be something that hides in trees and just watches you until it does something

---

<div class="post-metadata">

### Author: ![miguelsanto17598-gli](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/miguelsanto17598-gli/32/35185_2.png) [@miguelsanto17598-gli](https://forum.makecode.com/u/miguelsanto17598-gli)
#### Post date: [January 20, 2026, 7:30pm UTC](https://forum.makecode.com/t/i-realy-need-help/41447/20 "2026-01-20T19:30:47Z")

</div>

Good idea! I’ll do concept art before adding your creature 👍

[Next page](https://forum.makecode.com/t/i-realy-need-help/41447.md?page=2)
