Art is in the AIR; literally. How? With PictoBlox’s human body detection ability! Learn to draw your favorite pictures in the air using the tip of your finger and the blocks in Human Body Detection Extension in PictoBlox and trace it on your computer screen. No more worrying about finished sketchbooks or pencils. All you need is your finger and the world becomes your canvas! 😉
Ready to give this unique form of drawing a try?
Let’s begin by adding the Human Body Detection and Pen Extension.
You may see that Human Body Detection and pen blocks are added into the block palettes.
Now, let’s add a new Pencil sprite to draw.
Now we need to move on with the script.
Let’s begin to write the script.
With this, the script to trace our finger is completed.
Next, we need to write the scripts to start drawing, stop drawing, and erase the drawing i.e. we will be activating the buttons that we’ve created one by one.
Next, we need to start drawing as soon as the button a.k.a the Pen Down Sprite is clicked.
Next, we need to start drawing as soon as the button a.k.a the Pen Down Sprite is clicked.
Next, we need to stop drawing as soon as the button a.k.a the Pen Up Sprite is clicked.
Repeat the above step 1 to step 3 and make the respective changes and the script will look like this.
To assign actions to the button, repeat step 4 to step 6 and make the following changes. Replace the pen down block with the pen up block.
Finally, we need to erase the drawing as soon as the button a.k.a the Erase All Sprite is clicked.
Repeat the above step 1 to step 3 and make the respective changes and the script will look like this.
To assign actions to the button, repeat step 4 to step 6 and make the following changes. Replace the pen down block with the erase all block.
Thus, our script is complete.