Scratch 7B IT1.

Slides:



Advertisements
Similar presentations
Sprite-visual object (actor on the stage) Scripts- Tells actors (sprites) what to do.
Advertisements

Racing Car Game Using the keys to control a sprite.
Lesson 1: Setting up a 2d game 9.5 Lesson Slides.
Game city International Starting on the road to programming. This project is all about learning how to program using scratch and other languages. The aim.
Scratch Workshop Thursday, August 26, 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.
Every week: Sign in at the door If you are new: Fill in Registration Form Ask a Mentor how to get started Make sure you are on the Athenry Parents/Kids.
Scratch – Simple Programming
Exploring Computer Science 2/9/15 2/9Moving Scratch 2/10Moving Scratch worksheet 2/11 Scratch Baseball Game 2/12Scratch Alphabet Learning Game 2/13Game.
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.
Moving Sprites in Scratch Exploring Computer Science – Lesson 4-4.
Image #1 Getting Started
1 Use different costumes in Scratch to make an animation effect Synchronise interaction between 2 or more sprites Lesson 3: Learning Objectives.
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.
Programming a Shooter Game Design.
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.
Games Design. Lesson Aims To gain an understanding of how Scratch works so that we can use it to create our game.
Moving Sprites in Scratch Exploring Computer Science – Lesson 4-4.
Scratch – Simple Programming
Scratch Year 8 – Lesson 1. Starter What Can You Remember? Load the file What Can You Remember? from the shared area See how many features of Scratch you.
Games Design. Last Week We were enjoying the sun and surf :~)
Today's Ninja Challenge: Write Your First Computer Game!
Getting Started With Scratch Brendan Routledge
Introduction to Scratch We will be using the Scratch Environment today, so please log in to the Scratch website (scratch.mit.edu)
Phase 3: Game Creation. Phase 3: Game Creation Outcomes (Slide 1) I can create a flowchart to solve a problem, for example to make a cup of tea. I can.
STARTER Which program would you use to create a large (1000 x 1000 pixels) graphic? 5 minutes – explore these tools to see which you’d use: PhotoshopFireworksPaint.
LEARNING SCRATCH: PRESENTATION 1 PRESENTATION 1: GETTING STARTED 1 Getting Started Today, we'll learn how to use Scratch to make a puppet show.
Introduction to Scratch
Scratch Helicopter Game
Customise & Explain your game
Broadcasting (Adding a new level)
Mission: design a Virtual interactive tour guide with scratch
Scratch 7B IT1.
Scratch Unit Overview We are going to look at computer programming and how to create your very own computer game The piece of software we will be using.
Scratch – Simple Programming
Scratch – Simple Programming
Games Programming in Scratch
Scratch – Simple Programming
Explain what touch develop is to your students:
Explain what touch develop is to your students:
Scratch – Simple Programming
Motion and Looks.
Lesson 1 Introduction to Scratch Basic blocks
Areas of the SCRATCH 2 Screen
Recap the basics Lesson 1.
Objectives To understand how the pen tool works
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.
Explain what touch develop is to your students:
UNIT 2: Introduction.
Moving Sprites in Scratch
Quotient Rule L.O. All pupils can solve basic differentiation questions All pupils can solve some problems requiring the Quotient Rule.
All pupils can read off the base trigonometric graphs
Explain what touch develop is to your students:
MICCA SCRATCH Workshop
Image #1 Getting Started
Product Rule L.O. All pupils can solve basic differentiation questions
Introduction to Snap Programming
All pupils can use circle theorems to solve a variety of questions
Recap the basics Lesson 1.
Scratch: Animation and game programming
Game development using Scratch
Explain what touch develop is to your students:
Quadratics L.O. All pupils can recall information about quadratic functions All pupils can answer a variety of questions about quadratic functions.
Function Notation L.O. All pupils can understand function notation
What can your remember about triangles?
LO: To create an idea as a starting point for our devised pieces.
Scratch 7B IT 1.
Scratch 7B IT 1.
Animate a Sprite. By M, M and C P6
Scratch – Simple Programming
Presentation transcript:

Scratch 7B IT1

Learning Outcomes LO1: Be familiar with the user interface in scratch and be able to use it for different outcomes. LO2: Be able to explain the different between a script a sprite, a costume and the stage. LO3: Create the maze (stage), a character (sprite) with a set start location and a costume for the development of your maze game.

Starter Do you remember all the features of the scratch user interface from last week? Pupils write on the sheet what they think each part of scratch does. Teacher go through sheet hovering over each of the indicated sections in scratch

Creating and Setting a Theme We need a maze background for our maze game

Sprites & Costumes SPRITE COSTUME A Sprite is what we call a character. Our character can have different costumes SPRITE COSTUME

Activity Create a character that can look different if it wins. Step 1: create a new sprite Step 2: create another costume for it.

http://www.youtube.com/watch?v=hVim2_FwgFg

The first script you will create:

Plenary

Make your sprite move: Iteration In programming there is something called Iteration. This is when something is repeated over and over again a given number of times of until a specific result is achieved.