Lecture 1 - Introduction To Scratch
Lecture 1 - Introduction To Scratch
Lecture 1 - Introduction To Scratch
1
What is Scratch?
• Scratch is a free programmable toolkit that enables
us to create our own
– Games
– Animated stories and
– Interactive art
2
Games
3
Animated stories
4
5
6
Using the Scratch screen
Block pallet
Adding sounds Stage
Start and
Stop buttons
Scripts area
Resource Area:
7
Main components in the Scratch window
Stage:
A large white rectangle in the top-left corner where all the animation appears.
Resource area:
Area where you can choose which sprite or background to work on.
Block Palette:
Contains all the programming blocks that you can use in your programs. They are arranged
into categories including motion, looks, control and so on.
Scripts area
Area on the right-hand side that contains your scripts
Blocks are dragged from the Block Palette into the Scripts Area to build your script.
8
Sprites
▪ A sprite is any object that can take the form of shapes and
characters, animals and even a clickable button etc.
9
Adding sprites to your project
10
Costumes
• Costumes are alternate appearances of sprites.
• You can see the sprite’s different costumes by clicking on the Costumes tab
just above the Block Palette to the left of your Code Area.
• You’ll see that the different costumes are named and categorized by letters.
11
12
13
14
15
Make sprites walk around
• To make a sprite move around the Stage, you need to use
coordinates. Coordinates are numbers that represent an exact
location.
19
https://goopenva.org/courseware/lesson/1221/overview
Activity 1- Creating an animation
1. Open the scratch program.
2. Add a suitable background.
3. Add any two sprites that you like and make a small animation.
4. Your sprites should move and change the costumes.
• Hint : Can use the given blocks below to make your animation.
20
Activity 2 –Build a band
• You can choose instruments from the sprite library or create on your
own.
• Use sound blocks and try to make them play more than once using
repeat blocks
21