Optional
loseCode for building an overlay to announce that current level is lost
Code for building an overlay to announce that current level is lost
Optional
screenshot: ImageSpriteHow to build the next level if the current level is lost
How to build the next level if the current level is won
A stopwatch, in case it's useful to have
Optional
winCode for building an overlay to announce that current level is won
Code for building an overlay to announce that current level is won
Optional
screenshot: ImageSpriteIndicate that the level is won by defeating a certain number of enemies or by defeating all of the enemies, if not given an argument.
Optional
count: numberThe number of enemies that must be defeated to win the level. Leave blank if the answer is "all"
Indicate that the level is won by collecting enough goodies. To win, all four goodie counts must be equal or greater than the values given to this function.
Number of type-0 goodies that must be collected to win the level
Number of type-1 goodies that must be collected to win the level
Number of type-2 goodies that must be collected to win the level
Number of type-3 goodies that must be collected to win the level
Score tracks the progress of a player through a level of the game. It runs code on clock events, goodie collections, enemy defeats, hero defeats, and destination arrivals, to decide when to automatically win or lose a level.