# Long txt bug

**URL:** https://forum.makecode.com/t/long-txt-bug/23470
**Category:** Help
**Created:** [October 18, 2023, 5:11am UTC](https://forum.makecode.com/t/long-txt-bug/23470 "2023-10-18T05:11:18Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![lgn\_mkl](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/lgn_mkl/32/11288_2.png) [@lgn\_mkl](https://forum.makecode.com/u/lgn_mkl)
#### Post date: [October 18, 2023, 5:11am UTC](https://forum.makecode.com/t/long-txt-bug/23470/1 "2023-10-18T05:11:18Z")

</div>

whenever i run this, its like it prioritizes the text first and doesn’t show the sprites or the tilemap

 ![Screenshot (3)](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/2X/e/eeba3442755b7d590ebda3ab84a6ae78f4ca76f0.png)

---

<div class="post-metadata">

### Author: ![hassan](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/hassan/32/1457_2.png) [@hassan](https://forum.makecode.com/u/hassan)
#### Post date: [October 18, 2023, 5:14am UTC](https://forum.makecode.com/t/long-txt-bug/23470/2 "2023-10-18T05:14:08Z")

</div>

Hello!

Can you post a link to your game here so we can take a look at it? It’s the second button next to home button on the upper-right corner of your screen when you’re editing your game.  
 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/2X/5/542392b7ff6b37096965e86ccda0817abe082035.png)  
We’ll be able to have a better idea of what is going on if we can run your game.

Best,  
Hassan

---

<div class="post-metadata">

### Author: ![lgn\_mkl](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/lgn_mkl/32/11288_2.png) [@lgn\_mkl](https://forum.makecode.com/u/lgn_mkl)
#### Post date: [October 18, 2023, 4:39pm UTC](https://forum.makecode.com/t/long-txt-bug/23470/3 "2023-10-18T16:39:25Z")

</div>

yes,

> **[pig-geon](https://arcade.makecode.com/S40167-47986-17836-38137)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

here you go, its a bit messy, I’m a pretty new makecode user and i might add on to it while you look at it so this wont be the newest.

---

<div class="post-metadata">

### Author: ![hassan](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/hassan/32/1457_2.png) [@hassan](https://forum.makecode.com/u/hassan)
#### Post date: [November 17, 2023, 12:45am UTC](https://forum.makecode.com/t/long-txt-bug/23470/4 "2023-11-17T00:45:21Z")

</div>

Hello,

Sorry for the long delay! I was able to make it the shop-keeper and the tile map for that area loaded. I didn’t see any text though. Looking at the updated blocks I see the `saved_blocks` function which has the only instance of `show long text` is not called.

When I hover over the `show long text` block I see the flowing text blurb:  
 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/2X/7/75b3995abc87a928a217282e033d7e1480ba1b66.png)  
So it seems you were correct in your initial post. Show long text is used when you have a lot of text that you want the user to ready in chunks. Once that text is read, your other code will then run as expected.

You probably just want to use a regular textSprite, though @richard would know more than I do.
