# Chatting Area! Have fun! (Part 1)

**URL:** https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740
**Category:** Show & Tell
**Created:** [June 14, 2021, 9:12pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740 "2021-06-14T21:12:05Z")
**Posts on this page:** 20
**Page:** 137

<div class="post-metadata">

### Author: ![Oblivious](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/oblivious/32/30718_2.png) [@Oblivious](https://forum.makecode.com/u/Oblivious)
#### Post date: [April 16, 2025, 10:24pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/2814 "2025-04-16T22:24:34Z")

</div>

𝐀𝐩𝐩𝐚𝐫𝐞𝐧𝐭𝐥𝐲 𝐰𝐞’𝐫𝐞 𝐝𝐨𝐢𝐧𝐠 𝐭𝐡𝐢𝐬 𝐭𝐡𝐢𝐬 𝐭𝐡𝐢𝐧𝐠 𝐬𝐨 𝐈 𝐜𝐚𝐮𝐠𝐡𝐭 @Wus_duck

 ![1000000148](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/1/0/10c05dda1d8b32c374ad45d348ab664c9bfce117.jpeg)

---

<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: [April 16, 2025, 10:26pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/2815 "2025-04-16T22:26:26Z")

</div>

I found the issue! The problem you have is that the “on button” blocks don’t register a new click until the the code running from the last click completes. This means that until those story and music blocks in the On A Button Pressed block are over, it won’t detect that you have pressed the A button. Then, once they do stop, the times you have pressed A while waiting for the blocks to end are saved, so the A block runs again after it stops, causing your double input issue. What I did to fix this was move all that story code into a forever loop. This is so that the On A Button Pressed block will still work for skipping text, while the Forever loop handles everything else!

> **[\[fixed\] rpg test (NEW NAME ITS Mateo's random journey) fish guy](https://arcade.makecode.com/S60255-64357-52129-65550)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

I renamed that “a or no a” variable to “dialogue is running” but I ended up not needing the variable at all. Instead, at the end of the Forever loop, I put a “wait until \<Not (A button is pressed)\>”. This way, the Forever loop won’t loop again if you press A to skip dialogue! If you have any issues or questions, ask away!

---

<div class="post-metadata">

### Author: ![RobbyZero](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/robbyzero/32/17188_2.png) [@RobbyZero](https://forum.makecode.com/u/RobbyZero)
#### Post date: [April 16, 2025, 11:42pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/2816 "2025-04-16T23:42:24Z")

</div>

![IMG_1109](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/0/c/0c35728631958d804a0b0a7c77fe2b235ec54ec6.jpeg)

---

<div class="post-metadata">

### Author: ![Oblivious](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/oblivious/32/30718_2.png) [@Oblivious](https://forum.makecode.com/u/Oblivious)
#### Post date: [April 16, 2025, 11:42pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/2817 "2025-04-16T23:42:50Z")

</div>

𝐀𝐧𝐝 𝐧𝐨𝐰 𝐢𝐭 𝐣𝐮𝐬𝐭 𝐰𝐨𝐧’𝐭 𝐥𝐞𝐭 𝐦𝐞 𝐬𝐞𝐞 𝐦𝐲 𝐩𝐨𝐬𝐭?..

 ![1000000152](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/9/d/9de7b58d3eb8ac1bcf20f0698817caebba858c4f.jpeg)

---

<div class="post-metadata">

### Author: ![Wus\_duck](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/wus_duck/32/35007_2.png) [@Wus\_duck](https://forum.makecode.com/u/Wus_duck)
#### Post date: [April 16, 2025, 11:43pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/2818 "2025-04-16T23:43:54Z")

</div>

what am I doing?

---

<div class="post-metadata">

### Author: ![Wus\_duck](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/wus_duck/32/35007_2.png) [@Wus\_duck](https://forum.makecode.com/u/Wus_duck)
#### Post date: [April 16, 2025, 11:44pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/2819 "2025-04-16T23:44:15Z")

</div>

also you put this two times

---

<div class="post-metadata">

### Author: ![Wus\_duck](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/wus_duck/32/35007_2.png) [@Wus\_duck](https://forum.makecode.com/u/Wus_duck)
#### Post date: [April 17, 2025, 12:05am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/2820 "2025-04-17T00:05:48Z")

</div>

are you talking about light mode and dark mode

---

<div class="post-metadata">

### Author: ![Manballmeat](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/manballmeat/32/21528_2.png) [@Manballmeat](https://forum.makecode.com/u/Manballmeat)
#### Post date: [April 17, 2025, 12:05am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/2821 "2025-04-17T00:05:49Z")

</div>

Wow that looks cool

---

<div class="post-metadata">

### Author: ![Astronomicality22](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/astronomicality22/32/18365_2.png) [@Astronomicality22](https://forum.makecode.com/u/Astronomicality22)
#### Post date: [April 17, 2025, 11:59am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/2822 "2025-04-17T11:59:46Z")

</div>

so anyway ive started makin an rpg maker project that’s just phantasy star 1.

---

<div class="post-metadata">

### Author: ![Oblivious](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/oblivious/32/30718_2.png) [@Oblivious](https://forum.makecode.com/u/Oblivious)
#### Post date: [April 17, 2025, 12:01pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/2823 "2025-04-17T12:01:18Z")

</div>

𝐀𝐥𝐬𝐨, 𝐢𝐟 𝐲𝐨𝐮’𝐫𝐞 𝐨𝐧 𝐥𝐢𝐠𝐡𝐭 𝐦𝐨𝐝𝐞, 𝐭𝐡𝐞𝐧 𝐦𝐲 𝐩𝐟𝐩 𝐥𝐨𝐨𝐤𝐬 𝐭𝐢𝐧𝐲 :].

---

<div class="post-metadata">

### Author: ![mcodez](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/mcodez/32/30743_2.png) [@mcodez](https://forum.makecode.com/u/mcodez)
#### Post date: [April 17, 2025, 6:53pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/2824 "2025-04-17T18:53:13Z")

</div>

@Manballmeat welcome to makecode  
if you want more of that i have a forum ink to where i put my demos  
then final game  
here ya go

> [@realisT dev-log](https://forum.makecode.com/t/anyone-know-how-to-make-a-rpg/34392):
>
> howdy i am in the proggress of making a rpg i would like feedback if you can please also i might add you as an npc! here is a very very very early demo (its bad but its ok) ([https://arcade.makecode.com/S09542-66318-69953-21580](https://arcade.makecode.com/S09542-66318-69953-21580))

---

<div class="post-metadata">

### Author: ![mcodez](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/mcodez/32/30743_2.png) [@mcodez](https://forum.makecode.com/u/mcodez)
#### Post date: [April 17, 2025, 6:53pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/2825 "2025-04-17T18:53:25Z")

</div>

Thanks a lot i have been stuck not devolping on this project for almost a month  
to repay do you want an NPC?

---

<div class="post-metadata">

### Author: ![Wus\_duck](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/wus_duck/32/35007_2.png) [@Wus\_duck](https://forum.makecode.com/u/Wus_duck)
#### Post date: [April 17, 2025, 6:57pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/2826 "2025-04-17T18:57:20Z")

</div>

I did not know until now that dark mode in on here

---

<div class="post-metadata">

### Author: ![MeatballDev](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/meatballdev/32/28502_2.png) [@MeatballDev](https://forum.makecode.com/u/MeatballDev)
#### Post date: [April 17, 2025, 8:11pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/2827 "2025-04-17T20:11:17Z")

</div>

I am NOT manballmeat, nor am I affiliated with he/she in any way. just clearing things up before stuff gets out of hand

---

<div class="post-metadata">

### Author: ![Wus\_duck](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/wus_duck/32/35007_2.png) [@Wus\_duck](https://forum.makecode.com/u/Wus_duck)
#### Post date: [April 17, 2025, 9:50pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/2828 "2025-04-17T21:50:11Z")

</div>

ok got it

---

<div class="post-metadata">

### Author: ![Wus\_duck](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/wus_duck/32/35007_2.png) [@Wus\_duck](https://forum.makecode.com/u/Wus_duck)
#### Post date: [April 17, 2025, 9:50pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/2829 "2025-04-17T21:50:15Z")

</div>

your a meatball with a face and legs

---

<div class="post-metadata">

### Author: ![Manballmeat](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/manballmeat/32/21528_2.png) [@Manballmeat](https://forum.makecode.com/u/Manballmeat)
#### Post date: [April 17, 2025, 9:50pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/2830 "2025-04-17T21:50:49Z")

</div>

Okay thanks for the info

---

<div class="post-metadata">

### Author: ![redSprite](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/redsprite/32/34262_2.png) [@redSprite](https://forum.makecode.com/u/redSprite)
#### Post date: [April 17, 2025, 10:13pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/2831 "2025-04-17T22:13:44Z")

</div>

We are Scratch’s Upgrade.

---

<div class="post-metadata">

### Author: ![Astronomicality22](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/astronomicality22/32/18365_2.png) [@Astronomicality22](https://forum.makecode.com/u/Astronomicality22)
#### Post date: [April 17, 2025, 10:14pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/2832 "2025-04-17T22:14:00Z")

</div>

should i try to run a makecode game on my xp laptop?

---

<div class="post-metadata">

### Author: ![Longlinh](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/longlinh/32/6525_2.png) [@Longlinh](https://forum.makecode.com/u/Longlinh)
#### Post date: [April 17, 2025, 10:21pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/2833 "2025-04-17T22:21:26Z")

</div>

A small challenge for people who likes code :

 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/1/b/1b3ec36327e1366463937b20ceaaecb7525e402c.jpeg)  
No hints !

[Previous page](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740.md?page=136)

[Next page](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740.md?page=138)
