Page 141 - Trackpad_V1_Book 6_Flipbook
P. 141
A new screen appears. On the left side is the screen-like structure where we can see the results
from our program. In the middle is the list of the block types available to create a program. On the
right side is the space where we can join different blocks to execute a set of steps.
4 Click on Game block. Drag 5 Now drag the following code block and
and drop the block on the place it inside the on start block as shown in
stage. the image. Type Hello World inside the block.
PROGRESSION FROM BLOCKS TO TEXT
After mastering the drag-and-drop block-based programming construction, we can move to a
full-features JavaScript editor that has features like code snippets, tooltips, and error detection to
help us create projects. Microsoft MakeCode allows us to switch back and forth between blocks
and JavaScript as we create our code.
MICROSOFT MAKECODE CODING TUTORIALS
There are various coding tutorials available to help us master the art of coding. We can find these
tutorials on the official website (https://arcade.makecode.com/) by scrolling down until we find
the one that interests us.
138 Trackpad (Version 1.0)-VI Techipedia (Minecraft and Makecode) 139

