You are on page 1of 25

The Lord’s

Prayer
(Our Father)
Our Father who art in Heaven,
Hollowed be Thy Name;
Thy Kingdom come;
Thy will be done,
On Earth as it is in Heaven.

Give us this day our daily


bread;
Forgive us our trespasses as we
forgive those who trespass
against us;
And lead us not into
temptation deliver us from evil.
Amen.
Hello and
welcome to my
Computer Class!
San Felipe Neri Catholic School

Using the Pen


Extension
TEACHER EVERLY'S CLASS
Pen is one of the extension block categories in Scratch.
This category consists of 9 Stack blocks that are
color-coded dark green, and are used to control the pen
function in Scratch (e.g. drawing).

To draw on the Stage using blocks, add the Pen extension


blocks by clicking the Add Extension button from the
Code tab. Then, in the dialog box that will appear, choose
Pen. The Pen category containing new blocks should now
appear under the Code tab.
USING AND CUSTOMIZING PEN
BLOCKS
Pen down block is used to put the pen down
on the Stage and start leaving trails when a
sprite moves.
USING AND CUSTOMIZING PEN
BLOCKS
Pen up block is used to put the pen up so that it
won’t leave trails when the sprite moves. If the
pen down block is not used in a script, then the
pen up block will have no effect.
USING AND CUSTOMIZING PEN
BLOCKS
Erase all block is used to erase or delete all
marks made by the Pen blocks on the Stage.
USING AND CUSTOMIZING PEN BLOCKS
Set pen color to () block is used to set the color
of the pen to a specified color.
There are two ways to select a
color: (A) Click on the color
swatch in the block, then input
your desired Color, Saturation,
and Brightness using the
sliders, or (B) click on the color
picker tool, then point and
click anywhere on the Stage to
pick a color.
USING AND CUSTOMIZING PEN BLOCKS
set pen () to () block is used to set the color,
saturation, brightness, and transparency of the
pen to a specified value.
The number that can be entered ranges from 0
(leftmost) to 100 (rightmost) of the color
spectrum.
USING AND CUSTOMIZING PEN BLOCKS
Change pen () by () block is used to change the
pen’s color, saturation, brightness, and
transparency by a specified value.
USING AND CUSTOMIZING PEN BLOCKS
Change pen size by () block is used to change
the pen’s thickness by a specified amount. This
is used when you want to continuously
increase or decrease the thickness of the pen.
USING AND CUSTOMIZING PEN BLOCKS
Set pen size to () block is used to set the pen’s
thickness to a specified amount.
USING THE STAMP BLOCK
Stamp block is used to produce an image of the
sprite and stamp it onto the Stage.
San Felipe Neri Catholic School

Hasta La
Vista
TEACHER EVERLY'S CLASS

You might also like