Open this page at https://arcade.makecode.com/#tutorial:https://makecode.com/_Ufj9zMD2tfAX
let mySprite = sprites.create(img`
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
`, SpriteKind.Player)
Time to create a spooky Halloween character using pixel art. To start, click the ||sprites.Sprites||
menu on the left and drag the ||sprites.set mySprite to||
block into the ||loops.on start||
container.
Next, click the gray square in the block you just added. This will take you to the Sprite Editor. Here, you can use drawing tools and 16 different colors to create a fun character. The gray and white checkered squares will be invisible on screen. Have fun!
Open this page at https://wedodgecn.github.io/haunted-halloween-art/
This repository can be added as an extension in MakeCode.
- open https://arcade.makecode.com/
- click on New Project
- click on Extensions under the gearwheel menu
- search for https://github.com/wedodgecn/haunted-halloween-art and import
To edit this repository in MakeCode.
- open https://arcade.makecode.com/
- click on Import then click on Import URL
- paste https://github.com/wedodgecn/haunted-halloween-art and click import
This image shows the blocks code from the last commit in master. This image may take a few minutes to refresh.
- for PXT/arcade