|

Scratch: Game Over

  1. Create 2 Backdrops. Game Over. Floor
  2. Create 2 sprites. Block, triangle.
  • Add code to TRIANGLE
  • set score
  • create clones (for more continued triangles)
  • Set event to change score (add 1 second wait)
  • Add code to block.
  • Show block.
  • switch backdrop to floor
  • add sound
  • Move block by jumping: key SPACE pressed then….
  • END GAME
  • create event
  • add control forever
  • if then statement – if block touches triangle switch backdrop to GAME OVER
  • END ALL

Add when backdrop changes to GAME OVER

HIDE and play sound dun dun dun!

Similar Posts