Type: Game Mechanic Brain
Level: 1 star
Pages: 1
Description: This brain activated the game over tile and stops the game when the player enters the trigger zone. There is a 3 second fade to black before the game ends.
Kode
- WHEN [after][in trigger zone][player]
- …WHEN DO [play sound][sound:Music Defeat Stinger]
- …WHEN DO [fade][transition time][3]
- …WHEN [countdown timer][3] DO [game over]
Alterations
Change the trigger
You can change to any detect sensor, or the [interacted] tile, or the death of the player or boss.
Examples
WHEN [after][detect][player]
or
WHEN [player][is dead]
or
WHEN [interacted]