Session 4
Session 4
Movement command:-
The movement command is move () steps command. It is found in , motion block,
this command will move the sprite in the direction in which it is
pointing.
For example:
- move (10) steps command will move the sprite by 10 pixels in the direction in
which the sprite is pointing.
Input:- move (10) steps Output:- Moves forward
- move (-10) steps command will move the sprite by 10 pixels but in the opposite
direction in which the sprite is pointing.
Input:- move (-10) steps Output:- Moves backward
Turn commands:-
Turn command has both clockwise and anti-clockwise rotation. It turns/rotates in the
angle specified.
Recall Test
What is a sprite?
What is a backdrop?
What is a stage?
A stage is the rectangular screen where you can see the project
run
An area below the stage where you control the sprite visibility,
size, name , direction and location
Here you can see the different costumes available for a sprite.
Concept test:
Motion block commands are used to move the sprite on the stage,
like running, jumping, falling etc.
What are stack blocks?
Class Activity-1: