If you are using a sprite for your MakeCode Arcade game, which code block
would you click on to edit the sprite?
on start
set
mySprite
to
sprite
of kind
Player -
move
mySprite -
with buttons
O A. The move mySprite with buttons block
OB. The on start block
O C. The set mySprite block
O
D. The sprite of kind player block

If you are using a sprite for your MakeCode Arcade game which code block would you click on to edit the sprite on start set mySprite to sprite of kind Player mo class=