# Arcade August Update!

**URL:** https://forum.makecode.com/t/arcade-august-update/45658
**Category:** Arcade
**Created:** [August 31, 2026, 5:15pm UTC](https://forum.makecode.com/t/arcade-august-update/45658 "2026-08-31T17:15:26Z")
**Posts on this page:** 20
**Page:** 2

<div class="post-metadata">

### Author: ![richard](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/richard/32/5417_2.png) [@richard](https://forum.makecode.com/u/richard)
#### Post date: [September 3, 2026, 6:02pm UTC](https://forum.makecode.com/t/arcade-august-update/45658/21 "2026-09-03T18:02:05Z")

</div>

@MarkyMarkus yes, you’re up to date!

the issue here is your code, specifically this bit:

 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/9/e/9eb48a2e6aff52a5b550ff33f3d0badf0add97fa.png)

you’re clearing all the tiles in your tilemap and creating sprites in their place, as a result none of your tile overlaps code is running anymore. if you just remove that for-loop then it seems to work fine for me

---

<div class="post-metadata">

### Author: ![ScriptScraper](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/scriptscraper/32/35438_2.png) [@ScriptScraper](https://forum.makecode.com/u/ScriptScraper)
#### Post date: [September 3, 2026, 9:23pm UTC](https://forum.makecode.com/t/arcade-august-update/45658/22 "2026-09-03T21:23:09Z")

</div>

Ok, so as it turns out, the only reason why switching back to blocks broke for me was because I changed the hex value in java by accident… you still can’t edit it in js though

---

<div class="post-metadata">

### Author: ![MarkyMarkus](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/markymarkus/32/34644_2.png) [@MarkyMarkus](https://forum.makecode.com/u/MarkyMarkus)
#### Post date: [September 3, 2026, 9:23pm UTC](https://forum.makecode.com/t/arcade-august-update/45658/23 "2026-09-03T21:23:17Z")

</div>

Opps, I thought I was using “on sprite of kind (**) overlaps with sprite of kind (**)” sorry…

---

<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 4, 2026, 4:44pm UTC](https://forum.makecode.com/t/arcade-august-update/45658/24 "2026-09-04T16:44:14Z")

</div>

I mean I bet you could make it in blocks and then convert it but I’m scared of CLASS arrays switching to NUMBER arrays

---

<div class="post-metadata">

### Author: ![jwunderl](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/jwunderl/32/5308_2.png) [@jwunderl](https://forum.makecode.com/u/jwunderl)
#### Post date: [September 8, 2026, 6:21pm UTC](https://forum.makecode.com/t/arcade-august-update/45658/25 "2026-09-08T18:21:08Z")

</div>

Put out a small update with some fixes throughout, and one more new feature: there’s now a simulator theme editor you can access through the themes menu (as well as an additional built in theme)

 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/f/c/fc161b36a9d7013ede6120613ae3be5e013d92b5.png)

 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/f/6/f64afb97b32f382fc57cd018dabf2b2ad134ac8e.png)

---

<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: [September 8, 2026, 8:02pm UTC](https://forum.makecode.com/t/arcade-august-update/45658/26 "2026-09-08T20:02:06Z")

</div>

perfect for banana bonanza!

 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/6/c/6c0708d442dda7ca6234d31b3500caf9cbac9424.png)

---

<div class="post-metadata">

### Author: ![MarkyMarkus](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/markymarkus/32/34644_2.png) [@MarkyMarkus](https://forum.makecode.com/u/MarkyMarkus)
#### Post date: [September 8, 2026, 8:02pm UTC](https://forum.makecode.com/t/arcade-august-update/45658/27 "2026-09-08T20:02:08Z")

</div>

I don’t have the update.

---

<div class="post-metadata">

### Author: ![jwunderl](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/jwunderl/32/5308_2.png) [@jwunderl](https://forum.makecode.com/u/jwunderl)
#### Post date: [September 8, 2026, 8:02pm UTC](https://forum.makecode.com/t/arcade-august-update/45658/28 "2026-09-08T20:02:58Z")

</div>

It should download in the background and come in when you refresh; if you have a lot of tabs open that may cause it to be flakey / wait to browser clears or something. It’s in version v4.1.23

---

<div class="post-metadata">

### Author: ![Rune](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/rune/32/18951_2.png) [@Rune](https://forum.makecode.com/u/Rune)
#### Post date: [September 8, 2026, 8:47pm UTC](https://forum.makecode.com/t/arcade-august-update/45658/29 "2026-09-08T20:47:27Z")

</div>

Yipee! Going into the evil files where if I change the wrong thing my game will explode was enough t to make me not use custom themes, but this will make it so much easier!

---

<div class="post-metadata">

### Author: ![Sword\_Studios](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/sword_studios/32/35216_2.png) [@Sword\_Studios](https://forum.makecode.com/u/Sword_Studios)
#### Post date: [September 8, 2026, 10:18pm UTC](https://forum.makecode.com/t/arcade-august-update/45658/30 "2026-09-08T22:18:49Z")

</div>

Ive said it before, and i’ll say it again.

> [@Sword\_Studios](#):
>
> YAYYY!!! THIS IS SUCH AN AWESOME UPDATE!!!

---

<div class="post-metadata">

### Author: ![Seal\_dev](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/seal_dev/32/33723_2.png) [@Seal\_dev](https://forum.makecode.com/u/Seal_dev)
#### Post date: [September 8, 2026, 10:18pm UTC](https://forum.makecode.com/t/arcade-august-update/45658/31 "2026-09-08T22:18:51Z")

</div>

Yes! I needed this!

---

<div class="post-metadata">

### Author: ![ScriptScraper](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/scriptscraper/32/35438_2.png) [@ScriptScraper](https://forum.makecode.com/u/ScriptScraper)
#### Post date: [September 8, 2026, 10:18pm UTC](https://forum.makecode.com/t/arcade-august-update/45658/32 "2026-09-08T22:18:52Z")

</div>

did the fixes perchance fix the piano roll in javascript?

---

<div class="post-metadata">

### Author: ![Awesomefreez](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/awesomefreez/32/24832_2.png) [@Awesomefreez](https://forum.makecode.com/u/Awesomefreez)
#### Post date: [September 9, 2026, 2:27am UTC](https://forum.makecode.com/t/arcade-august-update/45658/33 "2026-09-09T02:27:36Z")

</div>

just returned and learned about piano roll this is so beatiful

---

<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 9, 2026, 5:20pm UTC](https://forum.makecode.com/t/arcade-august-update/45658/34 "2026-09-09T17:20:35Z")

</div>

Evil files sound a lot like (censored)\[1\]

* * *

1. The forbidden PXT.JSON ahhhh

---

<div class="post-metadata">

### Author: ![kirbob](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/kirbob/32/34880_2.png) [@kirbob](https://forum.makecode.com/u/kirbob)
#### Post date: [September 9, 2026, 5:39pm UTC](https://forum.makecode.com/t/arcade-august-update/45658/35 "2026-09-09T17:39:47Z")

</div>

was this always here? specifically the forums button

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

---

<div class="post-metadata">

### Author: ![jwunderl](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/jwunderl/32/5308_2.png) [@jwunderl](https://forum.makecode.com/u/jwunderl)
#### Post date: [September 9, 2026, 5:41pm UTC](https://forum.makecode.com/t/arcade-august-update/45658/36 "2026-09-09T17:41:25Z")

</div>

always is a tough word, but for last few years it’s been there ya

---

<div class="post-metadata">

### Author: ![undefined\_62796](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/undefined_62796/32/31874_2.png) [@undefined\_62796](https://forum.makecode.com/u/undefined_62796)
#### Post date: [September 14, 2026, 4:38pm UTC](https://forum.makecode.com/t/arcade-august-update/45658/37 "2026-09-14T16:38:50Z")

</div>

Please, makecode! Please add it to where you can click to where you want to start on your song while editing it.

---

<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: [September 14, 2026, 4:39pm UTC](https://forum.makecode.com/t/arcade-august-update/45658/38 "2026-09-14T16:39:28Z")

</div>

im trying to turn on that crt mode but it wont turn on! I did what Richard did in the stream and its not working! I’m going to pxt j.son and everything but its not working!

> **[CRT YEEE](https://arcade.makecode.com/S61883-88437-88810-80756)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

---

<div class="post-metadata">

### Author: ![richard](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/richard/32/5417_2.png) [@richard](https://forum.makecode.com/u/richard)
#### Post date: [September 14, 2026, 4:39pm UTC](https://forum.makecode.com/t/arcade-august-update/45658/39 "2026-09-14T16:39:46Z")

</div>

@1978monkeynutze that feature hasn’t shipped yet

---

<div class="post-metadata">

### Author: ![ShadowWhisker](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/shadowwhisker/32/35148_2.png) [@ShadowWhisker](https://forum.makecode.com/u/ShadowWhisker)
#### Post date: [September 14, 2026, 11:51pm UTC](https://forum.makecode.com/t/arcade-august-update/45658/40 "2026-09-14T23:51:35Z")

</div>

@jwunderl Where do i access the theme menu?

[Previous page](https://forum.makecode.com/t/arcade-august-update/45658.md?page=1)

[Next page](https://forum.makecode.com/t/arcade-august-update/45658.md?page=3)
