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.

Slides:



Advertisements
Similar presentations
Create a Simple Game in Scratch
Advertisements

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
Scratch is a Visual Programming Language
Flappy bird guide for Scratch
Creating a Basic Pacman game
Write Your First Computer Game!. Coding: Programming Languages Just like you can speak Chinese to someone who understands Chinese to tell them what to.
Racing Car Game Using the keys to control a sprite.
Madlib-Input, Strings, and Lists in Scratch Barb Ericson Georgia Tech June 2011.
Digital Art in Scratch part 1 Barb Ericson Georgia Tech Oct 2010.
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.
LO: Learn how to develop your game further to include interactions with the device.
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.
Programming Computer Games Game Design.
Using MIT Scratch for Programming and Control Exercise 3 Ball Game Year 9 ICT Autumn Term 2007.
Summer Computing Workshop. Session 2 Input in Scratch  Multi-Character input - This is used when the user is prompted to enter a number or word.  Problems.
2015 CSE/EGR Summer Camps 1 Computer Science Concepts 1. What is an algorithm? 2. Binary information coding 3. Programming concepts via Scratch Designed.
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.
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.
Epson Interactive Projector Part 2 Whiteboard mode With whiteboard.
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.
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.
Welcome to Scratch By Miss Key. The Main Screen Viewing screen with choice of views.
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.
Introduction to Computer Programming - Project 1 Intro to Digital Technology.
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.
CHOOSE 1 OF THESE.
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.
Computer Programming Modeling a Passive Solar Home.
Madlib-Input, Strings, and Lists in Scratch Barb Ericson Georgia Tech.
Computer Programming with Scratch JAOIT 8. Scratch Scratch is a programming language that makes it easy to create your own interactive stories, animations,
Creating a Simple Game in Scratch Barb Ericson Georgia Tech May 2009.
Introducing Scratch Learning resources for the implementation of the scenario
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.
School of Computer Science Space School 2015 Programming a Lunar Lander Game.
Review for Final June 13, 2016.
Introduction to Scratch
Scratch Helicopter Game
Create a Halloween Computer Game in Scratch
Commands in Scratch.mit.edu
Scratch for Interactivity
Madlib-Input, Strings, and Lists in Scratch
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.
Spanish Mad libs with Scratch
Games Programming in Scratch
We are Astronauts Learning Objectives: I can open Scratch
We are Astronauts Learning Objectives: I can open Scratch
Introduction to.
BYOB – Costumes.
Getting Started with Scratch
Motion and Looks.
Areas of the SCRATCH 2 Screen
Image #1 Getting Started
Getting Started with Scratch
Game development using Scratch
Creating a Simple Game in Scratch
Scratch Racing.
Scratch 7B IT1.
The Psychotherapy and Counseling Workbook Creator
Scratch 7B IT 1.
Presentation transcript:

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 the background colour you want and fill the page.

Maze The first thing you need to do is change the background so click on stage. Then click on background. Now click Import and look through the files to find the background you want.

Race Maze Now you have your background click on edit and draw on your maze. Now you have your background click on paint new sprite. Then draw your race track.

Race Maze Now you need to select objects (sprites) for your maze game. You need; A character to work through the maze A final destination and Objects that you need to avoid Now you need to choose a vehicle or object to race around your track. Click on choose a new sprite from file. 1 2 3 Have a look through the files to find the sprite you like. To do this, click on ‘choose a new sprite from file’ and look through the files to choose a sprites you want.

Race Maze Shrink or grow your sprite to the right size by selecting the function and clicking on your sprite. You need to shrink or grow your sprites to the size you want. Follow the instructions here to do that.

Now you need to programme your sprites by writing scripts for them. You do this by selecting a type of operation then a function from that section. To select a function, left click, hold and drag it into this script panel. The functions link together to create a script for your sprite to follow. Any thing that you put in the script panel can be removed by clicking and dragging it back out.

Race Maze Click on your sprite, make sure you are on script. You will have several sprites to write scripts for. The destination place sprite doesn’t need a script. The obstacles will need to float around the screen. The character you are moving through your maze will need to have a start position, just like the sprite in the race game. Follow these instructions for how to start this. Start your script with a control. When you start a new game with the green flag you need your sprite to be in start position. So select ‘When green flag clicked’ and drag it into the script panel.

Race Maze Use Race or Ocean Commotion Maze Game to help you programme your sprites. Remember you can right click on a function for the ‘help’ which will explain what the function does.

Race Maze Click on your sprite, make sure you are on script.

Race Maze Click on your sprite, make sure you are on script.