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

<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: [May 10, 2026, 12:30am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/7842 "2026-05-10T00:30:18Z")

</div>

> [@Luke](#):
>
> err totally not speaking from experience or somthing

same here actually 😭😭 I’ve 2 essays and I end up coding rather than writing them

---

<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: [May 10, 2026, 12:30am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/7843 "2026-05-10T00:30:21Z")

</div>

It’s up to @InvalidProject !

---

<div class="post-metadata">

### Author: ![Allegory\_Cheese](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/allegory_cheese/32/31845_2.png) [@Allegory\_Cheese](https://forum.makecode.com/u/Allegory_Cheese)
#### Post date: [May 10, 2026, 12:32am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/7844 "2026-05-10T00:32:07Z")

</div>

how do I put sounds in functions?

---

<div class="post-metadata">

### Author: ![AlexTheGoober63](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/alexthegoober63/32/35080_2.png) [@AlexTheGoober63](https://forum.makecode.com/u/AlexTheGoober63)
#### Post date: [May 10, 2026, 12:33am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/7845 "2026-05-10T00:33:15Z")

</div>

I totally dont go off task and go on the forums during school (trust)

---

<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: [May 10, 2026, 2:46am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/7846 "2026-05-10T02:46:40Z")

</div>

javascript

---

<div class="post-metadata">

### Author: ![Tsist](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/tsist/32/20588_2.png) [@Tsist](https://forum.makecode.com/u/Tsist)
#### Post date: [May 10, 2026, 2:52am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/7847 "2026-05-10T02:52:44Z")

</div>

You can use an array of sounds in a call block. Then when you want it to play, you’ll place an _(array) get value at (0)_ block in the _play (sound) until done_ block. Like this:

 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/c/4/c48fa790fc7d2d48915967a76abed1a002cc0a8f.png)  
You can put anything in functions using arrays.  
\_ \_  
⦅ °͜ა° ⦈

---

<div class="post-metadata">

### Author: ![Spike](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/spike/32/33316_2.png) [@Spike](https://forum.makecode.com/u/Spike)
#### Post date: [May 10, 2026, 7:16pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/7848 "2026-05-10T19:16:17Z")

</div>

Guys rate this tree art im makin for a game

 ![Tree](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/9/6/9687cdc57b80c32c72770174eeae4c97d92533c8.png)

_Poll ([view on site](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/7848))_

---

<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: [May 11, 2026, 2:09am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/7849 "2026-05-11T02:09:34Z")

</div>

nice colours, i highly recommend checking out this tutorial by pixel overload (its also beautiful)

[![](https://img.youtube.com/vi/VLuKpgkOuKM/maxresdefault.jpg "How to Draw Pixel Art Trees! (My method)") ](https://www.youtube.com/watch?v=VLuKpgkOuKM)

---

<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: [May 11, 2026, 2:16am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/7850 "2026-05-11T02:16:11Z")

</div>

WHAT ABOUT TYPES

kinda kidding, but in Javascript there’s things like numbers and buffers and strings etc, and to put them in a function you might do

```typescript
function cast<T>(v: any): T {
    return v as T
}

```

---

<div class="post-metadata">

### Author: ![BitBot](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/bitbot/32/33272_2.png) [@BitBot](https://forum.makecode.com/u/BitBot)
#### Post date: [May 11, 2026, 2:20am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/7851 "2026-05-11T02:20:26Z")

</div>

This is Jeff, the monkey:

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

---

<div class="post-metadata">

### Author: ![BitBot](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/bitbot/32/33272_2.png) [@BitBot](https://forum.makecode.com/u/BitBot)
#### Post date: [May 11, 2026, 2:20am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/7852 "2026-05-11T02:20:30Z")

</div>

Jeff transformed:

 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/1/4/14c791fb883c99f220872f142315d3ab0324c800.png)

---

<div class="post-metadata">

### Author: ![Air](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/air/32/26413_2.png) [@Air](https://forum.makecode.com/u/Air)
#### Post date: [May 11, 2026, 2:25am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/7853 "2026-05-11T02:25:03Z")

</div>

same here… trust… I’ve won dux at 2 schools so… I guess that kind of makes up for it?

---

<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: [May 11, 2026, 2:41pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/7854 "2026-05-11T14:41:23Z")

</div>

Im saved! thank you @Luke

---

<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: [May 11, 2026, 2:41pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/7855 "2026-05-11T14:41:28Z")

</div>

![IMG0432](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/5/5/5557243aa0e6c55b23b996465ff0da81f16c1a15.jpeg)  
Final piece of the month, my school iPad’s gettin taken up tmrw. Bye everyone, have a great May.

---

<div class="post-metadata">

### Author: ![Legend](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/legend/32/32439_2.png) [@Legend](https://forum.makecode.com/u/Legend)
#### Post date: [May 11, 2026, 2:46pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/7856 "2026-05-11T14:46:48Z")

</div>

Hey [@moderators](https://forum.makecode.com/groups/moderators) am I allowed to post a link to a different website so people could listen to some music I have created with actual music software? (Not that the makecode one is bad, but I might know a way to put it into people’s games If they are interested?)

---

<div class="post-metadata">

### Author: ![Legend](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/legend/32/32439_2.png) [@Legend](https://forum.makecode.com/u/Legend)
#### Post date: [May 11, 2026, 2:46pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/7857 "2026-05-11T14:46:50Z")

</div>

Na, I know what you mean.

---

<div class="post-metadata">

### Author: ![xInsqne1](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/xinsqne1/32/34060_2.png) [@xInsqne1](https://forum.makecode.com/u/xInsqne1)
#### Post date: [May 11, 2026, 2:52pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/7858 "2026-05-11T14:52:01Z")

</div>

Are we sure this guy isn’t a kaiju from Kaiju No. 8?

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

---

<div class="post-metadata">

### Author: ![fredrickleo11](https://avatars.discourse-cdn.com/v4/letter/f/f9ae1b/32.png) [@fredrickleo11](https://forum.makecode.com/u/fredrickleo11)
#### Post date: [May 11, 2026, 2:52pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/7859 "2026-05-11T14:52:39Z")

</div>

I wish something like this one day. May good bless all members including me

---

<div class="post-metadata">

### Author: ![1978monkeynutze](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/1978monkeynutze/32/33979_2.png) [@1978monkeynutze](https://forum.makecode.com/u/1978monkeynutze)
#### Post date: [May 11, 2026, 2:53pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/7860 "2026-05-11T14:53:04Z")

</div>

this is the most beautiful thing I’ve seen has jeff talked to states of America yet (if you’ve been living under a rock that’s my mascot monkey)

---

<div class="post-metadata">

### Author: ![1978monkeynutze](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/1978monkeynutze/32/33979_2.png) [@1978monkeynutze](https://forum.makecode.com/u/1978monkeynutze)
#### Post date: [May 11, 2026, 2:55pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/7861 "2026-05-11T14:55:01Z")

</div>

thank you so much for showing everyone this tutorial I hate drawing pixal art trees its hard but I wish that we did have unlimmetet colors like scratch so it could look kinda like that

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

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