0% found this document useful (0 votes)
13 views14 pages

Session 3

The document discusses Scratch blocks and command blocks. It includes information on the different types of blocks in Scratch like hat blocks, stack blocks, reporter blocks etc. and commands like move, turn etc. It also includes examples of classroom activities using Scratch.

Uploaded by

svchouhan4
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views14 pages

Session 3

The document discusses Scratch blocks and command blocks. It includes information on the different types of blocks in Scratch like hat blocks, stack blocks, reporter blocks etc. and commands like move, turn etc. It also includes examples of classroom activities using Scratch.

Uploaded by

svchouhan4
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 14

Session 3

Recall test

What is called a costume ?

A costume is one out of possibly many "frames" or alternate appearances


of a sprite. Sprites can change their look to any of its costumes. They can
be named, edited, created, and deleted, but every sprite must have at least
one costume

Do all the sprites in the scratch library have different costumes?

No, some of them have only one costume.

Can we upload a picture by yourself as a sprite?

Yes we can, by using the upload sprite option.

What is the surprise option in choosing a sprite and backdrop?

It will randomly pick a backdrop and a sprite

What is the default sprite on scratch?

The scratch cat.


Introduction to Command blocks

Scratch blocks are color-coded blocks that you connect like puzzle pieces
to create scripts

Block Types

Ø There are six block types, each with a unique shape, that will only
connect to blocks that contain a matching slot made for that specific shape.

Ø This feature allows kids to learn the logic of programming, without


having to worry about syntax errors.

Ø Block Types: Hat Blocks, Stack Blocks, Reporter Blocks, Boolean


Blocks, C Blocks, and Cap Blocks.

Blocks are categorized based on their functionality, and blocks within the
same category share the same color

Hat blocks are used to start your scripts

Stack blocks are used to perform the main tasks in your scripts

C Blocks are used to perform conditions and loops in your scripts

Boolean blocks return a “true” or” false” value.

Reporter blocks are used to report values in your scripts

Cap blocks are used to stop your script or project from running
Topic for the session

When Green Flag Clicked Command:

When the green flag clicked command activates the project to run, when
you click on the green flag button, it will start to run the project.

Move Command:

Ø It will move the sprite character.

Ø You can specify the number of steps that the sprite should move.

Ø If you give a negative value here, it will move in the opposite direction.

Forward movement-> positive number;

Backward movement->negative number;


Turn Command

Ø Turn command has both clockwise and anti-clockwise rotation.

Ø It turns/rotates in the angle specified.


Concept test

What will happen if we give a negative number inside the move


command?

The sprite moves backwards.

Which command will rotate the sprite?

The turn command.

Which command will start the project?

When the green flag clicked the command,

What is clockwise and anti clockwise ?

What is an angle?

The word ‘angle’ has been derived from the Latin word Angulus, meaning
“a little bending”. Angles are measured in degrees.
Class Activity 1: Daisy and Fiona are sisters. Recently they went on a
beach trip with their family.They want to show a glimpse of their beach trip
to their friends.Can you help them to do it using scratch project?

-Add beach background.

-Add 2 character sprites.

-Make one character move on the left side and another character on the
right side.
Class activity 2 :

Hello my name is Tom and I want to visit my favorite planet i.e earth. I will
have great fun there. Come let's go together.

-Add space background.

-Add cat and earth sprite.

-Make the cat move in both directions and rotate the earth sprite.
Commands for cat flying sprite:

Commands for earth sprite


Class Activity 3:

Edward went to Amsterdam to visit his cousin Jonas.Edward wants to do a


tour of Amsterdam city with Jonas.Can we help them to do a city tour using
scratch project ?

-Add city background.

-Add 2 car sprites.

-Make both cars move in both directions.


Here in the above project both the sprites have the same script. So we can
simply copy the script from one to another like shown below
Class Activity-4:

Zippy’s wings are wet. Zippy needs to dry them for that Zippy will have to
move wings faster. Help Zippy dry wings using scratch project.

-Add garden theme background.

-Add bird sprite.

-Add code to make the bird fly.


Home Assignment

1. Create a project , in which one sprite moves left and right continuously
and the other sprite rotates continuously
2. Creating a complete animated scene with relevant sprites and backdrop

You might also like