Page 79 - TP_Prime_v2.2_Class_4
P. 79
● block lets the Sprite turn in clockwise direction by the given degrees
and block turns Sprite in anti-clockwise direction by the given degrees.
● To make a Sprite jump to a new position on the stage, use block. This
block gives the x and y position of the Sprite on the stage.
● Use to tell the Sprite to follow one of the two given options: the
mouse-pointer or a random position. More BloCkS in SCratCh
77
77
● block makes the Sprite flip over if it touches the edge of the screen.
● block is used to set the rotation style of a sprite.
The options to choose from are left-right, don't rotate and all
around.
Looks Blocks
The blocks in purple colour are Looks blocks. They control how a Sprite
appears on stage.
● use the say Hello! for 2 seconds block to add a speech bubble to the
Sprite for the given time in seconds.
● say Hello! block adds a speech bubble to the Sprite with the given
text. The speech bubble will continue to appear until another speech
or thought block is activated, or the stop button is pressed.
● think Hmm... for 2 seconds adds a thought bubble to the Sprite with the
given text, for the given time in seconds.
● think Hmm... shows a thought bubble with the given text. The
bubble will continue to appear until another speech or thought
block is activated, or the stop button is pressed.
● show and hide shows and hides the Sprite on the stage.
● change color effect by 25 changes the Sprite according to the
selected effect. The seven effects are color, fisheye, whirl,
pixelate, mosaic, brightness, and ghost.

