# Suggestion: Redirects

**URL:** https://forum.makecode.com/t/suggestion-redirects/38796
**Category:** Arcade
**Created:** [August 20, 2025, 6:47pm UTC](https://forum.makecode.com/t/suggestion-redirects/38796 "2025-08-20T18:47:24Z")
**Posts on this page:** 9
**Page:** 1

<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: [August 20, 2025, 6:47pm UTC](https://forum.makecode.com/t/suggestion-redirects/38796/1 "2025-08-20T18:47:24Z")

</div>

Makecode games could redirect people to a different makecode game, could be very useful

---

<div class="post-metadata">

### Author: ![Archer\_Bright](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/archer_bright/32/32896_2.png) [@Archer\_Bright](https://forum.makecode.com/u/Archer_Bright)
#### Post date: [August 21, 2025, 4:03am UTC](https://forum.makecode.com/t/suggestion-redirects/38796/2 "2025-08-21T04:03:46Z")

</div>

I mean… @ChimbroDaPro’s TMF3 kind of does what you are talking about, giving you the link to different chapters…

---

<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: [August 21, 2025, 4:22pm UTC](https://forum.makecode.com/t/suggestion-redirects/38796/3 "2025-08-21T16:22:42Z")

</div>

yeah but I think they mean the ability to make that text a link instead of text you have to put in the searchbar

---

<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: [August 21, 2025, 4:33pm UTC](https://forum.makecode.com/t/suggestion-redirects/38796/4 "2025-08-21T16:33:04Z")

</div>

I mean as in it automatically sends you to a different game

---

<div class="post-metadata">

### Author: ![ChimbroDaPro](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/chimbrodapro/32/15852_2.png) [@ChimbroDaPro](https://forum.makecode.com/u/ChimbroDaPro)
#### Post date: [August 21, 2025, 5:24pm UTC](https://forum.makecode.com/t/suggestion-redirects/38796/5 "2025-08-21T17:24:19Z")

</div>

That guy still owes me royalties.

---

<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: [August 22, 2025, 3:28am UTC](https://forum.makecode.com/t/suggestion-redirects/38796/6 "2025-08-22T03:28:30Z")

</div>

Uhm

Hmm

That would be like very hard to implement

---

<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: [August 22, 2025, 5:29pm UTC](https://forum.makecode.com/t/suggestion-redirects/38796/7 "2025-08-22T17:29:39Z")

</div>

I’m pretty sure [code.org](http://code.org) does it

---

<div class="post-metadata">

### Author: ![PixelDoodle](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/pixeldoodle/32/24129_2.png) [@PixelDoodle](https://forum.makecode.com/u/PixelDoodle)
#### Post date: [August 22, 2025, 9:45pm UTC](https://forum.makecode.com/t/suggestion-redirects/38796/8 "2025-08-22T21:45:27Z")

</div>

redirects have been done before

i would recommend you guys check out this thread by @peli

> [@Extension to interact with the web in exported games](https://forum.makecode.com/t/extension-to-interact-with-the-web-in-exported-games/4262):
>
> Let’s start with the demo: an exported Arcade game that opens a new browser tab. In general, Arcade games are completely sandboxed… So how can we open a new tab? Let’s take a look. The control.simmessages is a new API added in Arcade to support the JACDAC simulator… but you can use it too in GitHub Pages. simmessages allow to send or receive a data payload to the hosting iframe of the simulator (those messages are ignored on hardware). In [arcade.makecode.com](http://arcade.makecode.com), you are not allowed to inject c…

---

<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: [August 22, 2025, 10:14pm UTC](https://forum.makecode.com/t/suggestion-redirects/38796/9 "2025-08-22T22:14:31Z")

</div>

That’s just in github
