Page 85 - TGPT_V5.0_C4_Flipbook
P. 85
This block activates the script when the Green flag or Go button is clicked.
This block activates the script when the chosen key is pressed.
This block activates the script when you click the sprite.
This block starts the script when a certain message is sent in the project.
Interdisciplinary Learning
#Art & Drawing
Suppose, today is your friend’s birthday. Make a birthday scene for him/her and also play sound
"Happy Birthday" for 30 seconds. Now try to draw and colour same birthday scene in the given
space.
#Activity
SETTING THE SPRITE POSITION
The stage is divided into different values of x and y. Each dot on the stage is made up of both x
and y values. The value of x gives the horizontal (left to right) location of the sprite. The value
of y gives the vertical (top to bottom) location of the sprite. The centre of the stage has x and
y values as 0.
block helps you fix the position of the sprite at the beginning of a script. Sometimes
due to some scripts, the sprite goes beyond the stage. This block helps bring the sprite to the
desired location.
block makes the sprite move smoothly to a specific position on the stage
within a set amount of time.
More Blocks in Scratch 83

