# 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:** 496

<div class="post-metadata">

### Author: ![not\_a\_lemon](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/not_a_lemon/32/35289_2.png) [@not\_a\_lemon](https://forum.makecode.com/u/not_a_lemon)
#### Post date: [September 22, 2026, 12:17am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/10144 "2026-09-22T00:17:53Z")

</div>

Ok so during the Cursed Jam part 4 (and yes @richard there will be a 4th) I’m gonna do that for every loop in the game and make you have to decode it to progress through the game

---

<div class="post-metadata">

### Author: ![VoxelMaster64](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/voxelmaster64/32/32075_2.png) [@VoxelMaster64](https://forum.makecode.com/u/VoxelMaster64)
#### Post date: [September 22, 2026, 12:18am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/10145 "2026-09-22T00:18:27Z")

</div>

the only time I can find it useful for is something like

```auto
l:for (let x = 0; x < img.width; x++)
    for (let y = 0; y < img.height; y++)
        if (img.getPixel(x, y) == 1) break l

```

since it doesn’t use another shouldBreak variable

---

<div class="post-metadata">

### Author: ![TheEarth](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/theearth/32/34579_2.png) [@TheEarth](https://forum.makecode.com/u/TheEarth)
#### Post date: [September 22, 2026, 12:18am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/10146 "2026-09-22T00:18:32Z")

</div>

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

---

<div class="post-metadata">

### Author: ![CodaKnight](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/codaknight/32/33491_2.png) [@CodaKnight](https://forum.makecode.com/u/CodaKnight)
#### Post date: [September 22, 2026, 12:18am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/10147 "2026-09-22T00:18:43Z")

</div>

Yeah. MakeCode Arcade I’m pretty sure can also use numbers. I’m pretty sure it’s because in JS/TS the SpriteKind is just an enum, and as you know, enums are basically number inputs so that’s why you can use the actual SpriteKind, or pretty much, it’s id.

---

<div class="post-metadata">

### Author: ![TheEarth](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/theearth/32/34579_2.png) [@TheEarth](https://forum.makecode.com/u/TheEarth)
#### Post date: [September 22, 2026, 12:18am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/10148 "2026-09-22T00:18:46Z")

</div>

Yeah Cause the enum thingy also allows numbers

---

<div class="post-metadata">

### Author: ![VoxelMaster64](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/voxelmaster64/32/32075_2.png) [@VoxelMaster64](https://forum.makecode.com/u/VoxelMaster64)
#### Post date: [September 22, 2026, 3:16am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/10149 "2026-09-22T03:16:02Z")

</div>

it’s technically a namespace but yes

---

<div class="post-metadata">

### Author: ![VoxelMaster64](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/voxelmaster64/32/32075_2.png) [@VoxelMaster64](https://forum.makecode.com/u/VoxelMaster64)
#### Post date: [September 22, 2026, 3:16am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/10150 "2026-09-22T03:16:05Z")

</div>

it’s a namespace

---

<div class="post-metadata">

### Author: ![Green\_Lizard](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/green_lizard/32/33280_2.png) [@Green\_Lizard](https://forum.makecode.com/u/Green_Lizard)
#### Post date: [September 22, 2026, 3:17am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/10151 "2026-09-22T03:17:02Z")

</div>

Makecode arcade

---

<div class="post-metadata">

### Author: ![javascriptnerd](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/javascriptnerd/32/35334_2.png) [@javascriptnerd](https://forum.makecode.com/u/javascriptnerd)
#### Post date: [September 22, 2026, 3:17am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/10152 "2026-09-22T03:17:18Z")

</div>

guys, should I join the council?

 ![my-pfp](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/9/a/9ae759a22b2e36e8ba1e42ad8822fe4773892c1c.png)

---

<div class="post-metadata">

### Author: ![javascriptnerd](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/javascriptnerd/32/35334_2.png) [@javascriptnerd](https://forum.makecode.com/u/javascriptnerd)
#### Post date: [September 22, 2026, 3:18am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/10153 "2026-09-22T03:18:13Z")

</div>

[https://arcade.makecode.com/S51014-93302-26530-31209](https://arcade.makecode.com/S51014-93302-26530-31209) this is code, your game is very very good, but the pipes have a little room for improvement

---

<div class="post-metadata">

### Author: ![javascriptnerd](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/javascriptnerd/32/35334_2.png) [@javascriptnerd](https://forum.makecode.com/u/javascriptnerd)
#### Post date: [September 22, 2026, 3:18am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/10154 "2026-09-22T03:18:16Z")

</div>

Undertale?

---

<div class="post-metadata">

### Author: ![javascriptnerd](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/javascriptnerd/32/35334_2.png) [@javascriptnerd](https://forum.makecode.com/u/javascriptnerd)
#### Post date: [September 22, 2026, 3:18am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/10155 "2026-09-22T03:18:25Z")

</div>

yes \<\>\<\>\<\>\<\>

---

<div class="post-metadata">

### Author: ![javascriptnerd](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/javascriptnerd/32/35334_2.png) [@javascriptnerd](https://forum.makecode.com/u/javascriptnerd)
#### Post date: [September 22, 2026, 3:18am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/10156 "2026-09-22T03:18:30Z")

</div>

Me too!

---

<div class="post-metadata">

### Author: ![javascriptnerd](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/javascriptnerd/32/35334_2.png) [@javascriptnerd](https://forum.makecode.com/u/javascriptnerd)
#### Post date: [September 22, 2026, 3:18am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/10157 "2026-09-22T03:18:35Z")

</div>

what’s it called?

---

<div class="post-metadata">

### Author: ![javascriptnerd](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/javascriptnerd/32/35334_2.png) [@javascriptnerd](https://forum.makecode.com/u/javascriptnerd)
#### Post date: [September 22, 2026, 3:18am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/10158 "2026-09-22T03:18:40Z")

</div>

no :duck: is SUMMONING THE DUCK COUNCIL

---

<div class="post-metadata">

### Author: ![javascriptnerd](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/javascriptnerd/32/35334_2.png) [@javascriptnerd](https://forum.makecode.com/u/javascriptnerd)
#### Post date: [September 22, 2026, 3:18am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/10159 "2026-09-22T03:18:46Z")

</div>

and :snake: is 💀

---

<div class="post-metadata">

### Author: ![javascriptnerd](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/javascriptnerd/32/35334_2.png) [@javascriptnerd](https://forum.makecode.com/u/javascriptnerd)
#### Post date: [September 22, 2026, 3:18am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/10160 "2026-09-22T03:18:52Z")

</div>

I am a duck. can I just be a duck?

---

<div class="post-metadata">

### Author: ![javascriptnerd](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/javascriptnerd/32/35334_2.png) [@javascriptnerd](https://forum.makecode.com/u/javascriptnerd)
#### Post date: [September 22, 2026, 3:19am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/10161 "2026-09-22T03:19:05Z")

</div>

DID SOMEONE SAY JAVASCRIPT. \<\>\<\>

---

<div class="post-metadata">

### Author: ![javascriptnerd](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/javascriptnerd/32/35334_2.png) [@javascriptnerd](https://forum.makecode.com/u/javascriptnerd)
#### Post date: [September 22, 2026, 3:19am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/10162 "2026-09-22T03:19:15Z")

</div>

Same!

---

<div class="post-metadata">

### Author: ![TheEarth](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/theearth/32/34579_2.png) [@TheEarth](https://forum.makecode.com/u/TheEarth)
#### Post date: [September 22, 2026, 3:20am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/10163 "2026-09-22T03:20:16Z")

</div>

me ig

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

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