Left and Right to go left and right (Shocking) Z or up to jump X to dash Space to spin jump(In air) Down on the ground to long jump Down in midair to ground pound Next Updates: Slopes and breakable blocks. Dying in the void should be a thing. Changelog: v0.01: Initial release v0.02: Mario's size changed, Mario can turn, and colors were adjusted. v0.03: Scrolling and Animation were added V0.04 Made art better added slope tester made a skybox and added enemies. V0.05: Fixed major bugs and improved the skybox) Credits: Nintendo for Mario @MarioMakerFun for the ideas and running the collab @CollinTheScratcher for helping run the collab
Explanation: The way the spawn system sets up Mario causes it to collide with the purple square, which makes Scratch confused and lag like crazy. The square is used to smoothly scroll the level, so don't delete it. Instead, in the Level Sprite, change the repeat loop in the 'make 1-1' custom block to a one less than the entire level's amount of chunks. This prevents the box from appearing and thus fixes the game crash.