 Follow tutorial to make basic pacman (on ‘O’drive, same place as usual)  Create 2 more levels for your pacman using “next costume”  Add a couple of.

Slides:



Advertisements
Similar presentations
Unit 8 - Lesson 1 Angles in Triangles
Advertisements

Path planning error in game Battle for Middle Earth (LOTR) City wall Too big creatures try to move too big things Turning around, walking through wall.
Platform Code Cookbook. Put code into the Platform The higher the repeat number, the further the platform will go. Both numbers must be the same. Moving.
By: Michael Chamberlain. G oal: To create an intelligent “Pacman” character and intelligent monsters who attempt to chase the character.. Character can.
Creating a Basic Pacman game
Lesson 1: Setting up a 2d game 9.5 Lesson Slides.
Finding the Equation of a Line Between Two Points
MATHEMATICS Views. Aims of the Lesson To learn about 2D representations of 3D shapes. To learn about isometric drawings and views.
Click to edit Master text styles –Second level Third level –Fourth level »Fifth level Dividing Decimals Lessons
CAN WE DO IT ??? TENNIS BALL EXERCISE. Tennis Ball Exercise  Play 4 Rounds  3 or 4 equal groups (a good size is 7 to 10 people)  Each group will use.
Creating pong in scratch Learning objectives: To learn how to program Sensing via colour and sprite proximity O:\ICT\ks3\scratch\scratch Exercises\Creating.
Every week: Sign in at the door If you are new: Fill in Registration Form Ask a Mentor how to get started Make sure you are on the Athenry Parents/Kids.
Estimating With Percents Lesson 6-8. Sales Tax Round the cost of a given item to the nearest dollar. Multiply that estimate by the decimal version of.
START Help Pac-Man find his dinner by answering math questions correctly. Try to go as fast as you can. You can do it! Click the Pac Man to begin playing.
Solving Equations using Addition and Subtraction.
Mathletes Fab Five (-4) + (-7) 5
100 Solve 3 X 7 = ? using base 10 blocks Build a 3 X 7 array! X.
Multiplying and Dividing Decimals by 10, 100, and 1,000
Warm Up Write as an algebraic expression. Solve.
What is this type of drawing called? Perspective Drawing.
Year 9 ICT.  Before the lesson, line up outside - quietly  Have your equipment ready – pen, pencil and planner  Put hand up and wait to be asked -
HOW TO EVALUATE Where you got this information from Good points Bad points How you would improve it OR how you could incorporate it This should always.
Trekking... We trek and trek... Where is the destination?
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.
Session 5 Journal Write about how you are preparing for the test over Chapter 8. If the test was today, how do you believe that you would do? On which.
Click to edit Master title style Dividing Decimals Lessons
Year 10 Textiles GCSE : Tie-Dye Objectives In today’s lesson we will:- Learn how to create the technique TIE-DYE Explore a variety of effects produced.
Drawing styles Oblique, Isometric, Planometric, Perspective.
Exercise 6 Drawing in Perspective Beginner Stage.
Drawing in Perspective. The first thing you need to know is that in perspective drawing, every set of parallel lines has its own vanishing point. Remember.
Multiplication with Arrays and Boxes – A Visual Model.
From this comic, What do you think today’s lesson is on? Starter.
Linear Inequalities in One Variable Objective: To solve linear inequalities.
DIVISIBILITY RULES LESSON 3. Dividing by 2 All even numbers are divisible by 2. Example: all numbers ending in 0,2,4,6 or 8.
Games Design. Lesson Aims To gain an understanding of how Scratch works so that we can use it to create our game.
UTILIZING SCRATCH FOR LESSONS. EngagementExplorationExplanation ElaborationEvaluation.
TWO DIGIT ADDITION ( with regrouping) In this lesson you will learn to add two-digit numbers... Look at the following addition:
Course Percents 6 th Grade Math HOMEWORK Page 420 #1-28 ANSWERS!
Randomising the behaviour of Sprites Games Programming in Scratch.
Greater Than or Less Than? By, Miss Conroy. Mr. Pac-Man is Hungry!
Today's Ninja Challenge: Write Your First Computer Game!
Lives and Scoring Games Programming in Scratch. Games Programming in Scratch L2 Lives and Scoring Learning Objectives Define a variable Understand the.
Game 4: Pac Man Tutorial. New events/actions to learn: Animated sprites Change instances – allows you to change objects into other objects. Change sprites.
Making a Flappy Birds Game PART 2 – MAKING THE BIRD FLAP AND FALL – AND DEVELOPING THE GAME FURTHER (ADDING ADDITIONAL CHARACTERS, GOODIES, ENEMIES AND.
CoderDojo Sligo "Above all, be cool" Code and notes by Michael Madden, 2012.
UK Schools Animation Competition Objectives: All – to be able to change costumes using scripts in SCRATCH Most - To be able add movement and sound.
Unit 9 – Google Sketch up Google Sketch up – Intro Lesson 1 & 2.
Warm Up. 4.6 Quadratic Formula What THREE methods have we used so far to solve quadratics? Today you will learn the 4 th and LAST method used for solving.
Thurso High School Design and Technology Tutorial Two Dice.
SYSTEM OF INEQUALITIES Graphing. Linear Inequalities and System of Linear Inequalities  Make sure both inequalities are solved for y.  Graph like an.
Scratch Helicopter Game
Multiplying and Dividing Decimals by 10, 100, and 1,000
Lesson 7-4 Pages Scale Drawings.
Unit 3: Coordinate Geometry
Today's Ninja Challenge: Make Better GhostBuster Game

Developing a Mission Strategy
VIEWS OF A FIGURE You can see an object differently depending on your position.
Creating actors and scenes
Chapter 13 Circles and Area
USING GRAPHS TO SOLVE EQUATIONS

Warm Up Problem Hannah bought a sweater for $43.99 and there is a 9% sales tax. If Hannah has $50.00 total, does she have enough to buy the sweater? Explain.
Chapter Three: Expressions and Equations
Estimating With Percents
Mod 5 Lesson 1 Scratch Cards: Easy
Multiplication with Arrays and Boxes
Games Design.
Chapter Five: Ratios and Proportions
Presentation transcript:

 Follow tutorial to make basic pacman (on ‘O’drive, same place as usual)  Create 2 more levels for your pacman using “next costume”  Add a couple of ghosts into the game  HAND IN HOMEWORK AT END OF LESSON TO MR TRAVI

 If pacman is going through walls then your walls are too thin  If this does not solve problem try moving dot closer or further away from pacman

 In Scratch 1.21 you need to set the end destination colour and the dot leading pacman to the same colour.  Also you may wish to add a tongue to pacman of the same colour as above to garuntee the costumes change.

 Once you have made a few levels it is now time to add in some bad guys. 1. Draw your ghosts 2. Get them to move randomly ( tip: look at how you got the pong ball to move)