Getting Started With: Start Here
Getting Started With: Start Here
START HERE
❑ Open a web browser and navigate to
the Scratch website:
http://scratch.mit.edu
❑ On the homepage, click on “Join
Scratch” at the top on the right of
the page.
❑ Complete the steps to sign up for
your very own Scratch account!
Page 1
The Scratch Interface
A mentor will guide you through this.
START HERE
❑ Go to the Scratch website:
http://scratch.mit.edu
❑ Sign into your account.
❑ Click on the “Create” tab located at the top
left of the browser to start a new project.
❑ Time to explore!
Backdrops
A backdrop is one out of
possibly many frames, or
backgrounds, of the Stage.
There is currently no backdrop
selected in this picture.
Page 2
Mentor to show you:
1. Explain that relevant Sprite or backdrop needs to be selected when coding
2. How do drag and drop blocks
3. How to connect blocks
4. How to test code by clicking on the blocks
5. Using the Green Flag to Start and Stop button to stop your program running
6. How to delete/remove blocks
7. Add sprites and backgrounds
8. Move and resize sprites
9. Understand that you need to make sure you have selected the sprite that want to code
10. How to name and save your project
11. How to start a new game
12. Where to find your saved projects
13. Show them the Tutorials within Scratch
Page 3
Create your first Scratch Program
Follow the step by step guide and create your first scratch program!
Start Moving
❑ Drag a move block into the code area.
Page 4
Add a Sound
❑ Drag out a play sound… block (from Sound) and snap it onto the move block.
Page 5
❑ Choose Hi Tun Tabla from the pull-down menu
❑ Click and listen. Make sure your computer's speakers are on.
Start a Dance
❑ Add another move block. Click inside the block and type in a minus sign.
❑ Add another play sound… block, then choose a Hi Tun Tabla from the pull-down menu.
Page 6
Again and Again
❑ Drag out a repeat block and drop it on top of the stack. (You want the "mouth" of the repeat to wrap around the
other blocks.)
Say Something
❑ Click looks and drag out a say block.
Page 7
❑ Type in the block to change the words:
Green Flag
❑ Drag out a when clicked block and snap it on top.
❑ Your code will start whenever you click the green flag:
Page 8
Change Color
❑ Now to try something different... Drag out a change effect block.
❑ Click to see what it does.
Key Press
❑ Snap on a when key pressed
❑ Now press the space bar on your keyboard and watch what happens.
❑ You can choose a different key from the menu, if you want to:
Page 9
Page 10
Add a Background
You can add new backdrops on the Stage.
Add a Sprite
Each object in Scratch is called a sprite.
Explore!
You can add sound and animation to your new sprite.
ADD SOUND
❑ Drag in a play sound block. Choose the sound you want from the menu and click to play.
❑ Drag out a when clicked block and snap it on top.
ANIMATE
❑ Click the tab to see a sprite's costumes. You can animate by switching between costumes.
Page 11
Remember to Name and Save your game!
Page 12
Create a Game!
Catch Game
Make a game where you catch things falling from the sky.
Tip: Adjust the size of the apple by changing the size in the Sprite properties area:
Tip: You can delete the Cat sprite by clicking the on the top right of the sprite card.
Page 13
Choose a Backdrop
Go to the Top
❑ Select your sprite by clicking on its thumbnail:
Fall Down
❑ Make your sprite fall by adding these blocks:
Page 14
❑ Type a negative number in change y to make the sprite move down.
❑ Click the green flag to run your code and the stop sign to stop it.
Add a Catcher
Page 15
Tip: Adjust the size of the catcher by changing the size in the Sprite properties area:
Try it! Press the arrow keys to move left and right.
ADD SCORE
Create a variable for keeping score.
Page 17
❑ Type a name like “score” and click OK
Page 18
❑ Share Your Game
Type a title for your project.
❑ When you are ready to share your project with others, click the button at the top of the screen.
Page 19