
Help coding jumping - Help - Microsoft MakeCode
May 13, 2022 · Every time i code a jump if i keep spamming the jump button while in the air the character just stays there bouncing up qnd down until i let go of the jump button and he falls …
How to make enemies spawn and approach player in radius
Jun 21, 2024 · hi, i’m making an adventure game and i’m trying to implement enemies. I want them to spawn at a specific area and attack the player when they get too close. I have the …
Useful Arcade extensions - Microsoft MakeCode
Dec 9, 2021 · Hello all, I have made a Gist that links to a lot of useful extensions that I use frequently, so I didn’t have to scour the Forums trying to find the Github links that I use a lot. If …
Every Single @Richard Extension! - Arcade - Microsoft MakeCode
Mar 7, 2025 · Arcade-state-transitions - a simple extension for keeping track of global states, as well as sprite states, and running code based on which state the game is in and when a state …
3d Rendering with floor and ceiling! - Microsoft MakeCode
Jul 20, 2024 · AqeeAqee's raycasting extension with ceiling rendering and MrFranko's floor rendering - neintoes/pxt-raycasting The project in the gif above can be achieved by simply …
Level Editor - Arcade / Show & Tell - Microsoft MakeCode
Mar 10, 2025 · Hi, I haven’t seen a game on the forums with a built in level editor that does not require you to go into the code. And I think this would be really fun! So I made one-> …
Song Gallery - Arcade - Microsoft MakeCode
Jan 10, 2021 · (Probably need to wait a couple hundred milliseconds) Before the song starts stop_music will automatically be set to false so no need to worry about resetting it. This code …
Creating levels and end boss - Arcade - Microsoft MakeCode
Jul 19, 2019 · Thanks for the snippet of code! I had a helped! I’ve been able to set it so after 15 asteroids are destroyed, it spawns the boss. I’m going to pick your brain so see how deep it …
How to make platformer? - Help - Microsoft MakeCode
May 7, 2025 · STEP 2: THE PLAYER first We are going to MAKE the player! Put all of this in ON START First Go to Sprites Under Create: go to set mySprite (dont rename to the player make …
Arcade-overworld extension - Arcade - Microsoft MakeCode
Feb 13, 2025 · One question I get a lot on these forums is how to make it so that your character can move between adjacent tilemaps. This is actually tricky to do properly in arcade, so I …