Areas of the SCRATCH 2 Screen

Slides:



Advertisements
Similar presentations
Helicopter Game Tutorial
Advertisements

Racing Car Game Using the keys to control a sprite.
Digital Art in Scratch part 1 Barb Ericson Georgia Tech Oct 2010.
Fish Chomp. The screen where you can see what happens when you play your game is called the STAGE. The SCRIPT BANK is where the types of instructions.
Code Club Session 2 Dance Party. What will we learn ?  How to change the background  How to create animations  How to make objects talk to each other.
Spiral Rider PAGE 1. Set Up Scene 1.Add Stage-underwater scene 2.Add crab sprite 3.Add two fish sprites PAGE 2.
How to make a Shooting Target game in Scratch!. WE ARE GOING TO MAKE A TARGET GAME. This game will have: A Target that will move when clicked. A Timer.
Play Road Game to understand the game Click on each sprite to understand its script Think about a different place that a sprite would have to get across.
Using MIT Scratch for Programming and Control Extension work – clock project Year 9 ICT Autumn Term 2007.
Digital Art in Scratch part 1 Barb Ericson Georgia Tech May 2011.
Fish Chomp. The screen where you can see what happens when you play your game is called the STAGE. The SCRIPT BANK is where the types of instructions.
Image #1 Getting Started
Scratch Programming Lesson 3 Create a story. We are going to learn… How to change the background How to use the “say” and “think” bubbles How to change.
Computer Programming Modeling a Passive Solar Home.
First Project: Dance Dance Sprite  Write a dance with your sprite (You pick or create the sprite)  Incorporate as many of the Motion Commands as you.
Cloning in Scratch Computer App Session 6. Cloning in Scratch Learning Objectives: I will clone sprites in Scratch to create copies of an existing sprite.
How to create a sprite Delete a sprite (e.g. the cat) by right clicking on it and choosing delete. Go to the bottom right hand corner and choose a new.
How to create a sprite Delete a sprite (e.g. the cat) by right clicking on it and choosing delete. Go to the bottom right hand corner of the stage and.
Scratch Part 3 – Creating a level. What you will be doing.  You will make the first level to your game.  You need to think about the following when.
 SCRATCH is a new programming language that lets you create your own interactive stories, animations, games, music, and art.
How to create a basic game in Scratch. The Scratch Stage The Scratch stage is 480 pixels wide and 360 pixels high x increasesx decreases.
Computer Programming Modeling a Passive Solar Home.
Computer Programming with Scratch JAOIT 8. Scratch Scratch is a programming language that makes it easy to create your own interactive stories, animations,
Sprites & Backdrops. Sprites Sprites are the actors that perform the commands in your script. The cat is the default Sprite. Scratch has many other Sprites.
Play Road Game to understand the game Click on each sprite to understand its script Think about a different place that a sprite would have to get across.
Index Background Costumes Making object walk smoothly Controlling an object with the keyboard Control an object with the mouse Changing costume when hit.
LEARNING SCRATCH: PRESENTATION 4 PRESENTATION 1: GETTING STARTED 1 Broadcast Messages Today, we'll learn how to get our sprites to act together, and build.
Using MIT Scratch for Programming and Control Programming 9.
Review for Final June 13, 2016.
Scratch Helicopter Game
Customise & Explain your game
Commands in Scratch.mit.edu
Today, we'll learn how to animate our artwork
Broadcasting (Adding a new level)
How to work with your sprite
© A+ Computer Science -
Creating a Tank Game in Scratch
We are Astronauts Learning Objectives: I can open Scratch
Scratch – Simple Programming
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Stopwatch Cards Stopwatch Cards
Playing with Pictures Module 1 Lesson 3.
BYOB – Costumes.
Getting Started with Scratch
Scratch – Simple Programming
Motion and Looks.
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Maze Race. Maze Race Race The first thing you need to do is change the background so click on stage. Then click on background. Now click paint Select.
Stopwatch Cards Stopwatch Cards
Getting Started with Scratch
Stopwatch Cards Stopwatch Cards
MICCA SCRATCH Workshop
Image #1 Getting Started
Introduction to Snap Programming
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Getting Started with Scratch
Stopwatch Cards Stopwatch Cards
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Introducing Scratch and Creating Sprite
Scratch 7B IT1.
Stopwatch Cards Stopwatch Cards
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Stopwatch Cards Stopwatch Cards
Using MIT Scratch for Programming and Control Exercise 5 – Drawing with Scratch Year 9 ICT Autumn Term 2007.
Scratch – Simple Programming
Presentation transcript:

Areas of the SCRATCH 2 Screen N Hutson 2018 © N Hutson

The Scratch Screen The SPRITE AREA This is where your characters are edited/created. A sprite is anything you want to move in your game/animation. The Scratch Screen © N Hutson

The Scratch Screen The SPRITE AREA To add a new sprite use these buttons. This allows you to select a premade sprite. The paint brush allows you to draw one. To delete the cat, RIGHT click on it ans select delete. The Scratch Screen © N Hutson

The Scratch Screen The STAGE area This is where you edit the backgrounds. These are the scenery for your game/animation and contain the things that will not move, which the sprites move over. For your game this will be some kind of maze. The Scratch Screen © N Hutson

This is where the action takes place This is where the action takes place. Whatever you code the characters to do takes place here. The Scratch Screen © N Hutson

This starts and stops the game The Scratch Screen © N Hutson

The Scratch Screen The SCRIPTS This is where you can find the codes to add to the right hand box to make thing happen. The Scratch Screen © N Hutson

The Scratch Screen The COSTUMES This is where you can change the “Costumes” of your sprite so that it can appear in different ways such as walking. The Scratch Screen © N Hutson

The Scratch Screen The COSTUMES Here you can edit the way you sprite looks or draw a completely new one. The Scratch Screen © N Hutson

The Scratch Screen The COSTUMES These buttons let you change the size of your sprite on the screen. The Scratch Screen © N Hutson

The Scratch Screen © N Hutson

© N Hutson