*SEE INSIDE for a labelled diagram of the scripts. If you have any other questions look in the FAQ (Notes and Credits section). Please click the love and fave buttons! Remember to give credit if you used the scripts in the tutorial to make your platformer. ***Advertising is only okay if your project is a platformer made with the scripts in this tutorial. If not, it will be reported.
Ghost Slide Effect - @nickimekada Platformer Scripts - movement/collision/wall jump: @djpro - hole/bounce/water/poison/next lvl: @okthisisgood Everything else - @okthisisgood +++++++++++ Platformer Problems FAQ =========== 1) "my wall jump script isn't working" Make sure the last block is [set X to 0] not the intuitive [set Y to 0]. ------------------------------------------------------------------------------------------ 2) "the player gets stuck below the screen" a) Change the '-178' in the "if y position < -178" block to '-175'. b) Adjust the 'y: -70" in all of the "go to x: -215 y:-70" blocks. ------------------------------------------------------------------------------------------ 3) "I want WASD controls" Change the 'up arrow' in ALL of the 'if key up arrow pressed?' blocks to W, the 'left arrow' in the 'if key left arrow pressed?' block to A, and the 'right arrow' in the 'if key right arrow pressed?' block to D. ----------------------------------------------------------------------------------------- 4) "I want my platforms to be a different color, not black" Make your ground a different color. Next, click on a 'black' square then click on the ground. The color of the square will change from black to the color of your ground. Repeat for all the 'black' squares. ----------------------------------------------------------------------------------------- 5) "there is something else wrong with my platformer" or "I don't really understand the FAQ" a) See inside and compare your scripts with my examples. b) Remix https://scratch.mit.edu/projects/209050829/. c) Paste a link of your platformer in the comments.