Computer : Ch. 6 Introduction to Scratch Notes N.B.work
Date : 13-jan-2021
Ch. 6 Introduction to Scratch
How to work scratch online.
Step: 1 Open Google Chrome
Step: 2 Write Scratch online 3.0 (Link: scratch.mit.edu)
Step: 3 Click on start creating.
A sequence of instructions given to a computer is called a program.
A Scratch program is saved as a project.
Basic Elements of the Scratch window
Sprite:
In Scratch, we work with objects called sprites.
Sprites are placed on the stage.
We can select a sprite from the sprite library or create a new sprite.
Stage :
The stage is the area where we can see the sprite in action. The sprite’s movement and other actions are controlled by instruction blocks.
Script area
It is the area where we create our scripts or programs for each sprite by stacking various instruction blocks in a sequence.
Block palette
The blocks palette contains all instruction blocks that are grouped according to their functions.
Adding a sprite
1. Upload Sprite – It will allow us to add a sprite from an image file.
2 Surprise – It will add a random sprite from the library.
3 Paint – It will allow us to draw and use our own sprite.
4. Choose a sprite – It will allow us to select a sprite from the library.
Comments
Post a Comment