How to make mario in scratch
Andrew Rivera
Updated on February 15, 2026
There are other answers below:
I used gameplay video from: youtubeand the background music is an 8-bit …
How To Make Super Mario Platformer Game In Scratch (Part 1) | Scratch Tutorial – YouTube.
Let’s see what you can create in Scratch, then walk through the steps to creating a simple Mario game. Meet Scratch. To get started with Scratch, head to the homepage. You should create an account right away so you can save your creations. Click the Join Scratch button in the top-right of the window. Create a username and password, enter your date of birth and …
Let’s use Sprite 1 for this. Do this: when clicked switch backdrop to Level 1 go to x: -212 y: -58 go to front show forever if not touching color? then repeat until touching color? change y by -5 if key up arrow pressed? then set rotation style don’t rotate point in direction 0 repeat 20 move 2.5 steps.
Look at the middle script on the left. First focus on the repeat until jump = 130. this is purely up to how you want your game to be and will change depending on how you create your game, however I suggest keeping the same ‘change y by 10’ and ‘change jump by 10’ in there as it is the best way to make Mario jump.