Building a Game.

Slides:



Advertisements
Similar presentations
Cover Sheet Cut and discard this bottom portion. Click Here to Replace and add your title To insert a picture: Click on Insert – Clip Art.
Advertisements

This is your cover page. Cut & discard this portion. ADD GRAPHICS Insert a picture or clip art using the Insert tab. ADD GRAPHICS Insert a picture or clip.
Presentation Title. Presentation Title (can go two or three lines) This Font is Georgia/bold Template Instructions To edit the presentation title above:
©Sara Duncan 1998 Instructions for the game... Click on the text box that says “your text here. Enter your text in the box. Add pizzazz by using graphics.
1 TITRE Click to edit text. 2 Text box Click to edit text A Titre.
$100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300.
Each slide is ready for you to edit by adding your own pictures and text. The instructions in red will help guide you. Once you follow them, click on them,
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.
Introduction to Algorithms using Netlogo. What’s an Algorithm Definitions of Algorithm on the Web: –A procedure or formula for solving a problem.
Double click here to add event title Double click here to add event date Double click here to add event time Double click here to add event location.
KEYWORD SEARCH. Click here to begin KEYWORD SEARCH.
This is your cover page. Cut & discard this portion. ADD GRAPHICS Insert a picture or clip art using the Insert tab. ADD GRAPHICS Insert a picture or clip.
Test1 Here some text. Text 2 More text.
A B C D E F G H U T S R Q P O N I J K L M Z Y X W V 6 Reset scores
Young Scholars Program 2003
Click to Add Title Click to Add Subtitle.
Company Name Here Click Here To Add Text.
Click Here to Add Main Title
P.P.TEMPLATE KOREA
Course Name Course Number Section Term – Instructor Name
Question Timer - Both 30 and 60 second timer provided
ThemeGallery PowerTemplate
Areas of the SCRATCH 2 Screen
[type text here] [type text here] [type text here] [type text here]
Your text here Your text here Your text here Your text here Your text here Pooky.Pandas.
TITLE SLIDE GOES HERE Optional subhead.
单击 此处添加标题.
Contents 1 Click to add Title 2 Click to add Title 3
Your text here Your text here Your text here Your text here
February 2, February 2,
Click here to add your title
INSERT TITLE HERE.
Title Slide Subtitle.
Contents Click to add Title Click to add Title Click to add Title
Faculty of Humanities Insert title here.
[type text here] [type text here] [type text here] [type text here]
Your Poster Title Goes Here Student Name

Course Name Course Number Section Term – Instructor Name
01 DRAW YOUR TIMELINE HERE JAN. MAR. JAN. MAR. FEB. APR. FEB. APR.
STEP ONE. STEP ONE. STEP ONE. STEP ONE. STEP ONE. 02
Click to edit title TO ADD NEW SLIDE LAYOUTS: Make sure you have the ‘Home’ tab selected at the top of the PowerPoint screen and click the down facing.
Primary National Strategy
Library Search Procedure
회사 소개.
YOUR text YOUR text YOUR text YOUR text
TO ADD NEW SLIDE LAYOUTS: Make sure you have the ‘Home’ tab selected at the top of the PowerPoint screen and click the down facing arrow to the right on.
Faculty of Humanities Insert title here.
Click to edit title TO ADD NEW SLIDE LAYOUTS: Make sure you have the ‘Home’ tab selected at the top of the PowerPoint screen and click the down facing.
Game development using Scratch
TO ADD NEW SLIDE LAYOUTS: Make sure you have the ‘Home’ tab selected at the top of the PowerPoint screen and click the down facing arrow to the right on.
Click to edit title TO ADD NEW SLIDE LAYOUTS: Make sure you have the ‘Home’ tab selected at the top of the PowerPoint screen and click the down facing.
Faculty of Humanities Insert title here.
Welcome to Jeopardy!.
Primary National Strategy
ชื่อเรื่องนำเสนอ โดย ชื่อผู้นำเสนอ….
Add You Title Here Your Text
Literary PPT Template Title text Speaker:
ชื่อเรื่องนำเสนอ โดย ชื่อผู้นำเสนอ….
Speaker PPT Template | 19th Annual Symposium

Faculty of Humanities Insert title here.
Why We Need Car Parking Systems - Wohr Parking Systems
Types of Stack Parking Systems Offered by Wohr Parking Systems
Click to edit subtitle Click to edit title.
Personal Annual Summary CLICK TO ADD UP TITLE HERE
Click here to add your title
Add Title.
Presentation transcript:

Building a Game

Draw the Background for your Game

Hatch a Turtle Make the turtle an object Open its backpack and rename it—for example here I named it “Bee”

Need a Start Button

Need a Pause Button

Need a Reset Button Open the turtles backpack and find the coordinates –where you want it to start

Need a Slider to move it

Add instructions and/or title Edit Text box making transparent

In the Procedures Location to move_bee seth direction fd 2 wait 1 end to reset setpos[-297 176] to start bee, clickon to pause bee, clickoff Bee is the name of mine—if your name is different replace bee with your objects name

What happens when you hit the walls? On your “lines” right click In the turtle section Announce [what do you want it to announce] bk 25 Click on each time