The left part is a simulator, which will simulate the work of micro:bit after finishing the
program. The middle part is our command area, there are various program blocks we need.
The rightmost area is the script area, you can drag and drop instructions into this area to form
your program. Drag and drop some blocks and try your program out in the Simulator in the
Makecode Editor, the example below shows you how to program a smiley face.
Step 2-1
. Select “
on start
” block in the command area, and drag it out to place it in the script
area.
Step 2-2
. Drag out the “
show icon
” block and place it inside the “
on start
” block.
Step 2-3.
Pick a name for your program, We’ll name this project as “
Smile Face
”.
3
4
5