Game development using Scratch

Slides:



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

Create a Simple Game in Scratch
Create a Simple Game in Scratch
Michael Parkes Dudley LA What can Scratch do? Make simple games, animations, presentations and stories.
Scratch for Storytelling Dr. Ben Schafer Department of Computer Science University of Northern Iowa.
Harry Potter Scratch Game
Adventures in Animation Harry Potter Game Pranali Choubal Kunal Shaw Barb Ericson Dec 2007.
Code Club Session 3 Shark Eats Fish. Picture of finished product here.
This game is loosely based on the Whack-A- Mole arcade game.  Each game starts with 45 seconds of play.  Moles randomly pop out of holes on the landscape.
Learn… Create… Program. Manipulation of Multiple Media Connects with youth culture Scratch is a new graphical programming language designed to support.
Racing Car Game Using the keys to control a sprite.
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.
Scratch the Cat. Object Oriented Programing Writing computer programs Based on Objects Instead of Actions Based on Data Instead of Logic.
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.
We will be creating a spaceship that simulates real movements in space. The spaceship will fire a laser beam that can destroy targets. The spaceship will.
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.
CoderDojo Roscommon. Today's Ninja Challenge: Create a GhostBuster Game Like This.
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.
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.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech June 2008.
Image #1 Getting Started
Making a Sprite Dance Barb Ericson Georgia Tech June 2011.
1 Use different costumes in Scratch to make an animation effect Synchronise interaction between 2 or more sprites Lesson 3: Learning Objectives.
Create a Halloween Computer Game in Scratch Stephanie Smullen and Dawn Ellis Barb Ericson October 2008.
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.
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.
Using MIT Scratch for Programming and Control Exercise 4 – Cat and Dog game Year 9 ICT Autumn Term 2007.
Welcome to Scratch By Miss Key. The Main Screen Viewing screen with choice of views.
 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.
1 Understand what Scratch is and what it can be used for Lesson 1: Learning Objectives.
1 CSC 221: Computer Programming I Fall 2009 Introduction to programming in Scratch  animation sprites  motion, control & sensing  costume changes 
ICT/COMPUTING RULES Only use software allowed by the teacher
Computer Programming Modeling a Passive Solar Home.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech May 2009.
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.
Introduction to Scratch
Scratch Helicopter Game
Create a Halloween Computer Game in Scratch
Customise & Explain your game
Commands in Scratch.mit.edu
Broadcasting (Adding a new level)
Scratch for Interactivity
Today's Challenge: More Animation Storytelling and Scrolling!
Welcome to Computer Science!
Today's Ninja Challenge: Make Better GhostBuster Game
Computing Year 7 - Unit 2 Programming Basics Scratch Basics.
Introduction to Object-Oriented Programming
Introduction to Coding
Getting Started with Scratch
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.
Scratch for Storytelling
Image #1 Getting Started
Game Over Module 4 Lesson 2.
Introduction to Snap Programming
Getting Started with Scratch
Creating a Simple Game in Scratch
Introducing Scratch and Creating Sprite
CSC 221: Introduction to Programming Fall 2018
Scratch 7B IT 1.
Problem Solving and Computer Programming
Catch Game Cards Catch Game Cards Make a Card Go to the Top Fall Down
Animate a Sprite. By M, M and C P6
“A Day in the Life” CTE Enrichment Grades 3-5 Computer Science Unit
Presentation transcript:

Game development using Scratch Computing Game development using Scratch

What is Scratch? Programming language Using blocks of code to make programming more visual instead of all text based. All about sequencing instructions (algorithms)

What are you going to do today? Create a game called duck shooter!! Follow instructions given by the teacher and on the help guide First things first open scratch. Start > all programs > Scratch (NOT Scratch 2)

3: Open the outdoors folder and select the background you want to use 3: Open the outdoors folder and select the background you want to use. Click OK when ready 1: Click stage 2: Click background Then import

Click the ‘paint new sprite’ button Use the drawing tools to make a target / cross hairs Click the ‘new sprite from file’ button From the animals folder select the animal you want to shoot. NOTE: If you want your animal to be animated you need to select one with at least 2 costumes Go to ‘costumes’ and then import the second costume so your sprite can be animated. Rename the sprites

Click the Variables tabs Create 2 new variables called “time” and “score”

Click the bat sprite. Make sure you are on the script section. Enter the script as shown on the left. IT IS ALL COLOUR COORDINATED!! Make sure it is identical to this. NOTE: Be care which loop you are using.

Click the target/cross hairs sprite Click the target/cross hairs sprite. Make sure you are on the script section. Enter the script as shown on the left. IT IS ALL COLOUR COORDINATED!! Make sure it is identical to this. NOTE: Be careful they are EXACTLY the same.

Import sounds Click the Sounds tab Click Import Find a sound you want to use for your weapon Repeat this process and find a sound for your animal. I used ‘Pop’ and ‘Duck’

Click back to the script section. Enter the script as shown on the left. IT IS ALL COLOUR COORDINATED!! Make sure it is identical to this. NOTE: This is in addition to the other script You need to make the ‘broadcast’. Call it “hit”

Click the bat sprite. Make sure you are on the script section. Enter the script as shown on the left. IT IS ALL COLOUR COORDINATED!! Make sure it is identical to this. NOTE: Be care which loop you are using.

Click the stage. Enter the script as shown on the left. IT IS ALL COLOUR COORDINATED!! Make sure it is identical to this. NOTE: Be care which loop you are using.