[<] - Run left [>] - Run right [^] - Jump [^] while sliding down a wall - Wall jump WATCH PROLOGUE: https://scratch.mit.edu/projects/467495102/ Avoid: -Spikes -Lava -Guards To Win: Collect the screwdriver and go to the panel. To Defeat Guards: Jump on them. #all #games CHANGELOG: 7/15/2022: -Added mobile joystick. Thanks to @griffpatch / @griffpatch_tutor for the tutorial. -If it shows upon green flag click, click green flag again. Or just ignore it and click the play button. -Fixed font issue on room with panel. 7/13/2022: Made it so it doesn't think you're touching the Danger sprite if your hitbox isn't touching it. (Same goes for the panel.) 7/12/2022: -Actually changed "Jump while sliding down a wall t wall jump" to "Jump while sliding down a wall to wall jump" 7/7/2022: -Placed a checkpoint on the first room with lava. 7/6/2022: -Made it so there is one panel. -Fixed grammar issues. -Changed "gaurd" to "guard". -Changed "Jump while sliding down a wall t wall jump" to "Jump while sliding down a wall to wall jump"
On the third test, I got really frustrated because the hitbox was showing instead of the idle standing position, unless I was running left, in which case the player faced right in the idle standing position. It turned out that in one script, I had extra blocks (removing them fixed the standing right when running left bug) and in another, I was missing a block (adding it fixed the shown hitbox bug). The moral? Make sure to follow the tutorial closely. I followed about six hours of tutorial, so make sure to leave a love and fav if you want to see Part 2!