copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Splash Intro screen for Game - Eco Beasts Warrior I have followed the platformer tutorial and I am making my own game A) Can someone help with creating an intro screen with instructions for the game? Is there a tutorial I can follow or how would I go about creating an intro screen with the name of the game plus instructions? B)How can I create background music to the game - a sound effect when collecting the coins (rubbish) and a sound
Introducing Breakout - Arcade - Microsoft MakeCode I figure I’ll make this a weekly, Friday thing for a little while 🙂 I’ve mentioned this one in a previous post, and I’ve been sitting on it for a while because I wanted to create a splash screen for it first Now that I have that out of the way, I present to you: My Breakout clone I originally built this one with sprites I wasn’t happy with the performance, so I switched to using
Splash Screens and Options Panels (TS Library) 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
Learning the advanced tab in Makecode Arcade Arrays start at 0 then count up 0,1,2,3, Example Running this code would splash “Are” because 1 is the second piece of our array if we wanted to splash “Cool” we would need to change the 1 to a 2 Another Cool thing about arrays is that ANY data type can be used Including itself!
Splash screen Bug and Speed of Sprite? - Microsoft MakeCode Oh, wow! Now I see what you mean When you put a splash screen at the beginning, the whole page blows up Weird When I open it in an incognito window and add the splash screen, it works just fine Can you try editing the project incognito and see if that fixes the problem?
Splash intro screens - Instructions - Arcade - Microsoft MakeCode Is there a simple way of creating an intro screen with the name of the game, instructions etc? If someone can point me to a tutorial I can share with my students that would be great! They are grade 3 and 4 so if there is a simple way of doing this, then that’s what we are after!
Using normal python in makecode but its not working It works fine in VSCode or a typescript online repl if I change the game splash () to print () This is giving me doubts about using the makecode curriculum after it switches to python from blocks
Overlapping player and enemy sprite immediately loses all lives inside . . . The game checks for an overlap every 1 30th of a second, or 30 times a second If you have the player lose a life when it is overlapping an enemy, it will actually be overlapping that enemy 30 times a second and will lose its lives that fast! My recommendation is to move the player sprite out of the way of the enemy sprite after being hit, like knockback 1 Like Samsano March 31, 2023, 6:15pm 3