1 / 10

How to make a platform game

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).

tudor
Télécharger la présentation

How to make a platform game

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. How to make a platform game Scratch tutorial

  2. Platform games are versions of Pacman but with gravity added To move to next level Monster Dangerious

  3. 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

  4. 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

  5. Moving to another level ( in this case to level 3)

  6. Moving to level 2

  7. Code for a banana

  8. Show which level the player is at in the beginning of every layer

  9. Monster

  10. The End of the Tutorial • Extension activities: • Add more bananas • Add more monsters • Add more levels

More Related