23 lines
336 B
Markdown
23 lines
336 B
Markdown
# Move
|
|
|
|
The game library
|
|
|
|
### Move
|
|
|
|
Sprite move by a certain number
|
|
|
|
## Block Editor
|
|
|
|
![](/static/mb/game-library/move-0.png)
|
|
|
|
## KindScript
|
|
|
|
```
|
|
export function move(_this: micro_bitSprites.LedSprite, leds: number)
|
|
```
|
|
|
|
### Lessons
|
|
|
|
[game of chance](/microbit/lessons/game-of-chance) | [game counter](/microbit/lessons/game-counter)
|
|
|