# Errors happening in my game that I can't figure out

**URL:** https://forum.makecode.com/t/errors-happening-in-my-game-that-i-cant-figure-out/34454
**Category:** Help
**Tags:** game
**Created:** [March 10, 2025, 5:27pm UTC](https://forum.makecode.com/t/errors-happening-in-my-game-that-i-cant-figure-out/34454 "2025-03-10T17:27:09Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Tasty\_turnip2](https://avatars.discourse-cdn.com/v4/letter/t/e9c0ed/32.png) [@Tasty\_turnip2](https://forum.makecode.com/u/Tasty_turnip2)
#### Post date: [March 10, 2025, 5:27pm UTC](https://forum.makecode.com/t/errors-happening-in-my-game-that-i-cant-figure-out/34454/1 "2025-03-10T17:27:09Z")

</div>

I am making a platformer game and I need to use multiple tilemaps since the maximum size of a tilemap is 255 by 255. I was originally using the extension where all tilemaps are loaded at once, but that was getting very laggy. I decided to switch my game back to loading tilemaps individually, but now I have some errors happening and I can’t figure out what’s wrong.  
One error happens when you go from tilemap 1 to tilemap 2, the error seems to be in the “every 100 milliseconds” block where it sets the image of the second checkpoint. This is suggesting that the flag isn’t being placed, but I don’t see why not.

 ![Screenshot 2025-03-10 101744](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/1/a/1aea9671b0e7f3e36d363edf935b002a553680ce.png)

**Here is the share link:** [https://arcade.makecode.com/S29427-85238-76818-14805](https://arcade.makecode.com/S29427-85238-76818-14805)  
**Ps:** once you get to a checkpoint one time, you can use the menu button to find a teleport menu to quickly teleport back.

 ![Screenshot 2025-03-10 101915](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/f/a/fa9544c0496d1d03b7c8cf021d2017ba0bde7659.png)

---

<div class="post-metadata">

### Author: ![Tasty\_turnip2](https://avatars.discourse-cdn.com/v4/letter/t/e9c0ed/32.png) [@Tasty\_turnip2](https://forum.makecode.com/u/Tasty_turnip2)
#### Post date: [March 31, 2025, 9:17pm UTC](https://forum.makecode.com/t/errors-happening-in-my-game-that-i-cant-figure-out/34454/2 "2025-03-31T21:17:49Z")

</div>

I fixed it! nobody replied, so I took another look, and after a lot of frustration, I fixed it!

---

<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: [March 31, 2025, 10:36pm UTC](https://forum.makecode.com/t/errors-happening-in-my-game-that-i-cant-figure-out/34454/3 "2025-03-31T22:36:40Z")

</div>

That’s great! So sorry I missed your topic, I try really hard to respond to every unsolved Help topic, but I guess this one slipped through the cracks.
