
Splash/Intro screen for Game - Eco Beasts Warrior
Oct 26, 2020 · C) I falied misserably with the melody for music - I added it to the on start but it plays first with a black screen then stops and runs the next bit of code which is the bg …
Splash intro screens - Instructions - Arcade - Microsoft MakeCode
Feb 27, 2023 · Splash/Intro screen for Game - Eco Beasts Warrior. Arcade. 20: 2918: October 29, 2020 I need help making a ...
Splash Screens and Options Panels (TS Library)
May 12, 2019 · Update: I’ve released this extension; more information is available at Info Screens extension (beta) I’ve started creating a TypeScript library that can create splash screens and …
Hiding Splash Text after set amount of time - Help - Microsoft …
Apr 1, 2025 · I am currently updating my game to use the computer cursor via the Browser-Events extension. I have a splash text appear upon clicking on a sprite. I am wondering how I can …
Cutscene like code help - Microsoft MakeCode
Mar 22, 2021 · The easiest way to handle this would be with a boolean flag; you keep track of whether you’ve shown the cutscene before in a variable, and only show it the first time it triggers.
Help with animation and splash code timings - Microsoft MakeCode
Feb 8, 2024 · I’ve been working intently on a game while also trying to fix someone else’s, but I’ve run into a problem with the text boxes. It turns out that the “splash _ _” blocks pause …
Sim Error: Calling non-function - Help - Microsoft MakeCode
May 22, 2025 · I’m trying to work on a little editor to edit the multiple instruments on a song (based on @richard 's instrument editor).
Fortnite Game - Help - Microsoft MakeCode
Apr 8, 2021 · I need help with some on my code. here it is: it says there is a problem in this: controller.left.onEvent(ControllerButtonEvent.Pressed, function()
Destroy within an on sprite of kind Food overlaps block
Jan 28, 2020 · in this case, the pause from the sound is deferring the destruction of the food sprite until after the sound completes - which is then occurring when you’re in a different scene …
Trig question - Help - Microsoft MakeCode
May 9, 2024 · Hello forum, I had a question. I’m working on a project that involves very heavy math. Especially with trigonometry. The equation I’m using requires arctan but in the options I …