140 likes | 495 Views
How to make a platform game. Scratch tutorial. Platform games are versions of Pacman but with gravity added. To move to next level. Monster. Dangerious. Explain to player which keys to press. Th e main script. Make the player visible (ghost=0).
E N D
How to make a platform game Scratch tutorial
Platform games are versions of Pacman but with gravity added To move to next level Monster Dangerious
Explain to player which keys to press The main script Make the player visible (ghost=0) Make the figurine “drop down from the sky” Handles collecting cherries (banana in this case), if touch banana, change colour a few times – use random numbers for different colour effects, also changes shape by using the fisheye filter Handles basic movement and falling into water (if fall into water will shrink to look like drowning under water). Notice Move to the next level Move to the next level Monster eats us
You can “create” a new level by changing the positions of the blocks, rather than the costume of the whole maze Each block is a sprite and for each new level they are being directed to a new X and a new Y. You could also draw them as one big sprite and just change the costumes when the levels change
Show which level the player is at in the beginning of every layer
The End of the Tutorial • Extension activities: • Add more bananas • Add more monsters • Add more levels