pxt-calliope/docs/reference/game/move.md

13 lines
224 B
Markdown
Raw Normal View History

2016-03-26 00:47:20 +01:00
# Move
2016-06-02 18:13:02 +02:00
Sprite move by a certain number of LEDs
2016-03-26 00:47:20 +01:00
```
export function move(_this: micro_bitSprites.LedSprite, leds: number)
```
### Lessons
2016-04-13 17:27:45 +02:00
[game of chance](/lessons/game-of-chance) | [game counter](/lessons/game-counter)
2016-03-26 00:47:20 +01:00