Page 73 - Digital_Kids_5
P. 73
move (10) steps
turn cw (15) degrees
(Hint: The sprite will leave a stamp (copy) of itself, move forward a little, and then
turn slightly.)
Program ii : Gliding and Speaking
when green flag clicked
go to x: (50) y: (80)
glide (2) secs to x: (100) y: (80)
say [Hello, Scratch!] for (2) seconds
(Hint: The sprite will instantly jump to a specific coordinate (x:50, y:80), then smoothly
glide to another point (100,80 and fly delays speech bubble.)
Program iii: Drawing with the Pen
when green 12
set pen colour to [#ff000] // (Choose any color)
set pen size to (3)
move (10) steps
(Hint: This tells the spirite to put its "pen"down and start drawing a thick, red line as it
moves forward)
Model Test Paper — 6
A. Define the following terms
1. Sprites
2. Scripts
73 Computer — 5

