This is an engine for a simple scrolling platformer! I've been working on this for a while, and there are tons of comments inside the project to help you understand how it works ^.^ More platformer stuff: https://scratch.mit.edu/studios/2977376/ FEATURES . . ⭐wall-jumping . . . . ⭐enemies . . . . . ⭐parallax . . ⭐dialogue system. .⭐run cycle . . . . .⭐pre-drawn assets INSTRUCTIONS . . ⭐WASD / arrow keys - move and jump . . ⭐SPACE - interact with the environment . . ⭐E - toggle Edit Mode (more details below) . . ⭐R - reset (in case of glitches) EDIT MODE . . ⭐left/right arrow keys - scroll. . . ⭐Mouse-pointer - click to place down objects. . . ⭐X - press while the mouse is touching an object to delete it. . . ⭐List of object IDs: . . . . [1] - sign . . . . . . . [4] - male NPC . . . . . [7] - lava . . . . [2] - cat NPC . . . . [5] - bouncy shroom . [8] - enemy slime . . . . [3] - female NPC . .[6] - spike Other notes: you can turn wall-jumping off, change the friction and speed, and make a lot of other edits within the project. Post suggestions/glitches here: https://scratch.mit.edu/discuss/topic/247753/ CREDITS All art/graphics and scripts/code by @amylaser (me). All art was made using the Scratch Vector Editor or MS Paint. Fancy fonts: Forte (MS Paint) Much thanks to @griffpatch_tutor for making the Platformer Tutorial that taught me how to make slope-detection scripts! Shoutout to @jromagnoli for the idea of including an asset pack :) Music: Obtained from https://scratch.mit.edu/projects/104297197/ . I think the original sound file was from https://kenney.itch.io/kenney-donation. Sound Effects: Text beep sound - from the Scratch sound library (modified "computer beeps2"). Jump sound - from the Scratch sound library (modified "water drop"). Mushroom bounce sound - from the Scratch sound library (modified "boing"). *** Please make major changes and give me credit if you remix or copy any of the project assets. *** LOG Shared 28 Mar 2017 Updated 29 March 2017 -player can now defeat enemy slimes by jumping on them Updated 30 March 2017 -added slime death effects Updated 5 April 2017 -patched object position glitch - thanks, ! Updated 11 April 2017 -fixed text engine glitch (would not print 180+ characters) Updated 13 April 2017 -added reset function Updated 13 May 2017 -changed friction system, fixed costume glitch To Do: -add double-jumping option -add ducking/hiding option -optimize friction system