Racing Car Game Using the keys to control a sprite.

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
In this tutorial, we are going to create: A race car that the user can control with the arrow keys for direction and speed. A simulated road with a striped.
Create a Simple Game in Scratch
Michael Parkes Dudley LA What can Scratch do? Make simple games, animations, presentations and stories.
Pong! “The oldest commercially available game in history” Resources created from the video tutorials provided by David Phillips on
Flappy bird guide for Scratch
Creative Inventions and Robotics Artwork in PowerPoint
Harry Potter Scratch Game
Adventures in Animation Harry Potter Game Pranali Choubal Kunal Shaw Barb Ericson Dec 2007.
Helicopter Game Tutorial
A Christmas Scratch game
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.
Write Your First Computer Game!. Coding: Programming Languages Just like you can speak Chinese to someone who understands Chinese to tell them what to.
Digital Art in Scratch part 1 Barb Ericson Georgia Tech Oct 2010.
Creating pong in scratch Learning objectives: To learn how to program Sensing via colour and sprite proximity O:\ICT\ks3\scratch\scratch Exercises\Creating.
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.
How to make Space Invaders
Using MIT Scratch for Programming and Control Exercise 3 Ball Game Year 9 ICT Autumn Term 2007.
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.
Institute for Personal Robots in Education (IPRE)‏ CSC 170 Computing: Science and Creativity.
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.
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.
Geometry. 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 are.
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.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech June 2008.
Image #1 Getting Started
Create a Halloween Computer Game in Scratch Stephanie Smullen and Dawn Ellis Barb Ericson October 2008.
Computer Programming Modeling a Passive Solar Home.
Marble Racer. 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.
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.
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.
Today's Ninja Challenge: Write Your First Computer Game!
1 CSC 221: Computer Programming I Fall 2009 Introduction to programming in Scratch  animation sprites  motion, control & sensing  costume changes 
CoderDojo Sligo "Above all, be cool" Code and notes by Michael Madden, 2012.
Getting Started With Scratch Brendan Routledge
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.
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.
© it’sLearning 365 Limited | Screen 1 FLASH enabled How to use me : Teachers Notes Useful Web Link Ne xt Pa ge Ne xt Pa ge Navigate.
Using MIT Scratch for Programming and Control Programming 9.
Scratch Helicopter Game
Create a Halloween Computer Game in Scratch
Commands in Scratch.mit.edu
Game city International
Broadcasting (Adding a new level)
Module 1: Investigation 2 Repeating and Alternating Patterns
Scratch for Interactivity
Scratch 7B IT1.
Playing with Pictures Module 1 Lesson 3.
Areas of the SCRATCH 2 Screen
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.
Image #1 Getting Started
Introduction to Snap Programming
Game development using Scratch
Creating a Simple Game in Scratch
Scratch Racing.
Introducing Scratch and Creating Sprite
CSC 221: Introduction to Programming Fall 2018
Using MIT Scratch for Programming and Control Exercise 5 – Drawing with Scratch Year 9 ICT Autumn Term 2007.
Animate a Sprite. By M, M and C P6
Presentation transcript:

Racing Car Game Using the keys to control a sprite. To use loops to repeat a command. To use an if statement. To use the sense block ‘touching colour’ to control the game.

Go to Stage. Paint a race track background like this one. Add a finishing line in white.

Delete Scratch. Select Paint Sprite. Paint a simple racing car shape.

Build these controls to move your car and place it at the starting line.

Watch how the teacher shows you how to add the colour of the grass to ‘touching colour’. This instruction Puts you back to the start if you go on the grass!

This instruction tells you that you have won if you touch the finishing line.

This resets the timer.

To make another car DUPLICATE Sprite 1.

Click on Costumes. Select EDIT. Use the Fill Tool to turn the car blue.

Now play your game Change the keys controlling the blue car. Change the ‘go to’ coordinates to match the blue car. Now play your game