ScratchData LogoScratchData
Back to Studio04040807's profile

Easily customizable platformer (Four Tasks Studio)

STStudio04040807•Created April 12, 2017
Easily customizable platformer (Four Tasks Studio)
11
6
299 views
View on Scratch

Instructions

My second entry for the Four Tasks Studio:https://scratch.mit.edu/studios/3884125 Use the arrow keys or WASD keys to move around. You can also use the spacebar to jump. Avoid touching the red tiles or falling to the edge. Reach the right side of the screen. To customize, edit the list "levels". The levels are stored as numbers, each representing a tile. They're 24 tiles wide and 18 tiles tall. The tiles are drawn from left to right and top to bottom. Use 0 for air, 1 for grass, 2 for the red tile, 3 for a crate (you can go through crates while jumping but not falling) and 4 for dirt. Edit: When my brother tried entering random numbers as a level, I discovered that touching the edge of a crate causes you to jump onto it. Oh well. How it works: The levels are drawn directly from the list "levels", using a script to draw levels. The tiles are drawn from the "tiledata" list, which was created with TGB's extensions, additional costumes, and a script, all of which have been removed from the final game.

Description

@griffpatch_tutor's platformer tutorial for, well, a platformer tutorial. Music is from the game The Stanley Parable. All images drawn by me. If you use code or images from this project, please give credit to me. (Wait, the tiles are represented by numbers, so do they count as images?)

Project Details

Project ID155284616
CreatedApril 12, 2017
Last ModifiedApril 23, 2017
SharedApril 22, 2017
Visibilityvisible
CommentsAllowed