pxt-calliope/docs/reference/game/move.md
2016-06-02 09:13:02 -07:00

13 lines
224 B
Markdown

# Move
Sprite move by a certain number of LEDs
```
export function move(_this: micro_bitSprites.LedSprite, leds: number)
```
### Lessons
[game of chance](/lessons/game-of-chance) | [game counter](/lessons/game-counter)