Chapter 2 - Scratch Grade6
Chapter 2 - Scratch Grade6
13/3/2023
Teacher: Tala Tams
Beit-Hanina/ Jerusalem
Chapter 2 – Programming using Scratch
To change the color of the sprite and the color of the backdrop:
Choose change color effect by (25) block from category looks drag
and drop the block in the script area. This block changes the color of the sprite and the color of the backdrop.
You can change the number in the block.
Example1: When the go button is clicked, the sprite or the backdrop will
change its color by 30 effect (quickly).
Choose set size to (100) % block from category looks drag and drop the
block in the script area. This block set the size of the sprite to the specific number.
You can change the number in the block.
Example: When the go button is clicked, the sprite size is set to 40.
Choose change size by (10) block from category looks drag and drop the
block in the script area. This block changes the size of the sprite (make it larger).
You can change the number in the block.
Example1: When the go button is clicked, the sprite size will increase by 30.
1
Adding animation to the sprite:
category looks drag and drop the block in the script area.
This block changes the costume of the sprite to the next costume in the
Costume list. (At the end of the costume list, jumps back to first costume).
Example: When the go button is clicked,
forever, the sprite costume will change to the
next costume and wait for one second.
To show a sprite:
Choose show block from category looks drag and drop the block in the script area.
This block shows the sprite, and makes the sprite appear on the stage.
2
To hide a sprite:
Choose hide block from category looks drag and drop the block in the script area. This
block hides the sprite; makes the sprite disappear from the stage
Example: When the go button is clicked, the sprite will appear (show),
move forward 10 steps, say hello for 2 seconds then it will disappear (hide).