pxt-calliope/docs/reference/game/change.md
2016-06-11 22:28:57 -04:00

385 B

Change

Sprite will change the x position by this number

Block Editor

JavaScript

Sprite will change the x position by this number

export function changeXBy(_this: micro_bitSprites.LedSprite, x: number)

Sprite will change the y position by this number

export function changeYBy(_this: micro_bitSprites.LedSprite, y: number)