Page 66 - 2616_V iCode_C-5
P. 66
Now let us learn about some of the Pen blocks and what they are used for.
block erases everything drawn by the pen.
Clicking on block creates a duplicate of the current Sprite. The image is
stamped on the stage. To see the image, click on the Sprite and drag. A duplicate
of the Sprite appears behind it.
The Sprite draws a non-stop line wherever it moves using .
block puts the pen up and stops the Sprite from drawing anything.
Use block to set the colour of the pen to a colour of your choice from the
drop-down menu.
block changes the pen colour, saturation, brightness and
transparency. Click on the first text box to select and change the pen effects. Click
on the second text box to give a value by which the effect will change.
block will set the pen colour, saturation, brightness and
transparency to the given value.
Using block, you can dynamically change the pen stroke's size
while your program executes.
block sets the Pen Size to the given number.
The color picker tool can help you choose any color you want
from the stage area.
64 Premium Edition-V

