Living Local 15 host Jessica Williams visits Marion Splash House and speaks with Andy Davis, the Splash House Director, to learn all about what they have to offer and how they provide a variety of ...
I have a splash text appear upon clicking on a sprite. I am wondering how I can hide this text after a set amount of time. Ex. Cursor clicks on sprite, splash text appears, wait 3 seconds, splash text hides.
I’ve tried to follow your advice, starting with a basic solution for the splash screen and have managed a basic screen and some static text at the bottom. When the player presses A the text ends and game starts.
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 options panels. The library is much more memory-friendly than the splash screens that I’ve used in my previously-shared games, and I will be going back to update those games once I’ve finished this library ...
Hi As per title. I have recently replaced my desktop and when I attempt to access Makecode Arcade, it hangs at the splash screen. Will sit there all-day quite happily. This occurs in both Chrome and Edge browsers (realise that both use the same engine). Any idea how I can troubleshoot the issue? I have included a screen cap of what occurs. Many thanks. 🙂
The first splash block will output 9, and the second one will output undefined. That doesn’t matter in a snippet like this, but in a big block of code it can cause some pretty nasty errors. You can also check if a property has been assigned to an object with a block in order to avoid this.