Customise & Explain your game

Slides:



Advertisements
Similar presentations
Flappy bird guide for Scratch
Advertisements

Helicopter Game Tutorial
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.
1 Understand how to use Scratch to: – Animate a sprite – Add sound to your script – Use the forever command to create a loop Lesson 2: Learning Objectives.
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.
Introduction to Scratch. What is Scratch? Scratch is a control program that enables you to create your own interactive stories, animations, games, music,
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.
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.
 SCRATCH is a new programming language that lets you create your own interactive stories, animations, games, music, and art.
Programming a Shooter Game Design.
Get Going On ….. Load the word file ‘Glossary’ and complete it. You will have homework today.
University Learning in Schools Computing Games Programming Lesson 5.
1 Understand what Scratch is and what it can be used for Lesson 1: Learning Objectives.
Adding Sounds Games Programming in Scratch. Games Programming in Scratch L6 Adding Sounds Learning Objectives Learn how to add sound to a Scratch game.
Making a Flappy Birds Game PART 2 – MAKING THE BIRD FLAP AND FALL – AND DEVELOPING THE GAME FURTHER (ADDING ADDITIONAL CHARACTERS, GOODIES, ENEMIES AND.
Scratch Lesson 1. Creating an account Open the internet browser : Safari or Internet Explorer Type in the URL scratch.mit.edu Using your school computer.
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.
UK Schools Animation Competition Objectives: All – to be able to change costumes using scripts in SCRATCH Most - To be able add movement and sound.
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.
Review for Final June 13, 2016.
Scratch Animated Greeting Cards.
Movement Game Design (Scratch).
Commands in Scratch.mit.edu
Broadcasting (Adding a new level)
Games Programming in Scratch
Games Programming in 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.
What is SCRATCH? Learning Objectives: to explore the Scratch website
Randomising the behaviour of Sprites
Games Programming in Scratch
Scratch 2.0: Introduction
We are Astronauts Learning Objectives: I can open Scratch
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.
Getting Started with Scratch
Areas of the SCRATCH 2 Screen
Go to =>
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
YEAR 7 PROGRAMMING SCRATCH & E-SAFETY UNIT WRAPPER
I Can’t Hear You! Sound Get out your notes.
Go to =>
Stopwatch Cards Stopwatch Cards
Getting Started with Scratch
Stopwatch Cards Stopwatch Cards
Image #1 Getting Started
Game Over Module 4 Lesson 2.
Introduction to Snap Programming
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Getting Started with Scratch
Stopwatch Cards Stopwatch Cards
Game development using Scratch
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Playing with Pictures Module 1 Lesson 3.
What is SCRATCH? Learning Objectives: to explore the Scratch website
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
Scratch 7B IT 1.
Stopwatch Cards Stopwatch Cards
Scratch 7B IT 1.
Animate a Sprite. By M, M and C P6
Presentation transcript:

Customise & Explain your game Games Programming in Scratch

STARTER Open up your ‘Game Planning’ worksheet saved in your folder from lesson 1 Read through the idea for your game

Today’s Lesson Learning Objectives: Customise sprites to follow your planning Using comments to explain events and actions used Excellence I can customise/develop my own resources (sprites/backgrounds) and import them into my game Developing I can collect and import a selection of sprites/backgrounds that will be used in my game, including at later stages Secure I can import and use sprites/backgrounds in my game following my planning Foundation I can with support import and use my own sprites in a project

Game so far… Set up a basic working game with; Main character, Enemy, Objects to collect, Lives, Score, End to game At the moment, not the sprites you have planned! Today’s lesson… - Customising your game to follow your plan but collecting and using Sprites - Explaining your game so far by using ‘Comments’

a) Find and Save As Sprites Today’s Task 1 a) Find and Save As Sprites Look at your ‘Game Planning’ Use the Internet to Find + Save As all the Sprite images you need to make your game Main Character Enemy Item to collect Background b) Change your Sprites in Scratch For each object in game… Select ‘Sprite’ and click on ‘Costumes’ Find new sprite using ‘upload’ button Delete old costume (click on cross)

c) Add a background Today’s Task 1 Click on the ‘Stage’, and then click on ‘Backdrops’ Click on the ‘upload’ button to select your saved background image

It’s your game now!… You should have a game now looks more like your plan. We have more things to add to it like; Levels, Menu screen, More objects to avoid/collect, Sounds But first… Need to show that you understand what you have done so far!

Commenting your Scripts ‘Comments’ are little notes that you can add next to your Scripts They let you write text to explain what the blocks are doing (to prove you understand!) To add a comment, ‘right click’ on the block you want to comment, and click ‘add comment’

Comment your Code (Examples)

Comment your Scripts Today’s Task 2 Go to your game and add ‘Comments’ to your different Scripts Try to explain in as much detail what the different Scripts are doing

What are these scripts doing??? Plenary What are these scripts doing???