2.1.28, initiation update to PXT v5.28.24 (#54)

This commit is contained in:
Amerlander
2019-12-02 05:58:26 +01:00
committed by Peli de Halleux
parent 38a964516e
commit 5c114a0c57
1261 changed files with 50692 additions and 21604 deletions

View File

@@ -6,11 +6,11 @@ Start counting down time from the number of milliseconds you say.
game.startCountdown(1000)
```
### Parameters
## Parameters
* ``ms`` is a [number](/reference/types/number) that says how many milliseconds to count down (one second is 1000 milliseconds)
* ``ms`` is a [number](/types/number) that says how many milliseconds to count down (one second is 1000 milliseconds)
### Examples
## Examples
This program is a simple game.
Press button ``A`` as much as possible.
@@ -23,7 +23,7 @@ input.onButtonPressed(Button.A, () => {
game.startCountdown(10000)
```
### See Also
## See Also
[score](/reference/game/score), [change score by](/reference/game/change-score-by)
[score](/reference/game/score), [add score](/reference/game/add-score)