Start counting down time from the number of milliseconds you specify.
A function to decrease the number of lives remaining in a game by a specified amount.
Increase the number of lives remaining in a game by a specified amount.
Set the game life count to a specified amount in Microsoft MakeCode.
A guide on how to set and manage scores in Microsoft MakeCode games.
Find the number of points scored in your game.
Learn how to add to the current score in your game using the game.addScore function.
Determine if a sprite is touching the edge of the LED screen in Microsoft MakeCode.
Find whether the sprite is touching another sprite you say.
Learn how to change sprite properties in Microsoft MakeCode with examples and parameters.
Learn how to set properties for sprites in Microsoft MakeCode.
Retrieve values for sprite properties in Microsoft MakeCode.