pxt-calliope/docs/reference/game/move.md
2016-04-13 08:27:45 -07:00

23 lines
318 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](/lessons/game-of-chance) | [game counter](/lessons/game-counter)