How To Make A Scratch Platformer
Hello. Today I will talk about how to make a platformer using the all-known Scratch!
To Start
First of all, you MUST drag a when flag-clicked block into the coding area.
With the flag block and the other two blocks, drag a Key pressed block ( which is light blue.) into the If Then block. Then, add another If Then block below the first one. Like this:
Then inside of each If Then block, add a Change X By block into each of them.
If it doesn’t work, just message me!
Walking. (Harder.)
Now we will talk about the harder version of walking