Today we are learning to: Understand how flow charts are used to design games Add events to our objects to control stuff in our game – (Using the user.

Slides:



Advertisements
Similar presentations
GAME:IT Junior Paddle Ball Objectives: Review skills from Introduction Create a background Add simple object control (up and down) Add how to create a.
Advertisements

Introduction to Macromedia Director 8.5 – Lingo
Scratch is a Visual Programming Language
Microsoft® Small Basic
CS0004: Introduction to Programming Visual Studio 2010 and Controls.
PIIT Computer Science Summer Camp - Alice July 11, 2012 Brenda Parker Computer Science Department MTSU.
Microsoft® Small Basic
Events The brown events block in Scratch starts script's when certain things happen. For example, when the user presses a key, clicks sprites, or uses.
Justus Nyagwencha Game Maker. Getting started -> Resources The icons across the top are very important All the things you add to the game are called “Resources”.
CS320n –Visual Programming Interactive Programs Mike Scott (Slides 5-1)
Computer Animation 2D Game Logic. What considerations should be addressed when designing a good game? What Makes A Good Game? (excerpts from Mark Overmars,
Sequencing Miss Regan. Blood Hound  Does anyone know what the Bloodhound project is?  Video 1 Video 1  Video 2 Video 2  Link to website Link to website.
GAME:IT Junior Bouncing Ball Objectives: Create Sprites Create Sounds Create Objects Create Room Program simple game.
GameMaker.  A lot of Different Definitions  Easier to Say What is NOT a Game  Movie is Not a Game  No Active Participation  Final Outcome is Fixed.
COM 205 Multimedia Applications
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.
CSCI 101 Introduction to Software Development and Design.
Scratch the Cat. Object Oriented Programing Writing computer programs Based on Objects Instead of Actions Based on Data Instead of Logic.
CSCI 101 Introduction to Software Development and Design.
Introduction to Graphical User Interfaces. Objectives * Students should understand what a procedural program is. * Students should understand what an.
GAME:IT Bouncing Ball Objectives: Create Sprites Create Sounds Create Objects Create Room Program simple game.
Review For Test Chapter 4 & 5 Test is Wednesday, January 27th.
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.
Creating Buttons – Lesson 71 Creating Buttons Lesson 7.
Microsoft® Small Basic Collision Detection Estimated time to complete this lesson: 1 hour.
Catch the Clown Tutorial Tech Camp Fall 2008 Colorado School of Mines.
STAGE 16: FLAPPY. OBJECTIVES  Match blocks with the appropriate event handler  Create a game using event handlers  Share a creative artifact with other.
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.
Overview of Game Maker. Game Maker Version 7.0 Lite (free version) For MS-Windows platforms
Scratch pong challenge Pong is a classic 1970s video game  Open the pongv1.sb2 file in Scratch  Click the.
1 x 2 Game 1: One Player Game If you select a number sentence, give the answer. If you select an answer give the number sentence that has that answer.
Macromedia Flash 8 Revealed WORKING WITH SYMBOLS AND INTERACTIVITY.
ENGR-TS-2: The students will develop an understanding of how the design process is used to develop a technological system.
COMPUTER GAMES. Learning objectives Evaluate a computer game and suggest how it can be improved Create a design for a computer game Create a computer.
Game Maker Galactic Mail Advanced Group: Complete Galactic Mail, then start developing an independent project.
Game Maker Tutorial.
Partitioning and Tidy Numbers 6N1.4 Today, I will be able to add two and three digit numbers by using partitioning and tidy numbers.
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.
Today we are learning to: Understand how actions and events control our game. Completing the catch the clown game – making a room – adding music Gather.
5 Event Handling Interactive Programming Suggested Reading Interaction: Events and Event Handling, Supplemental Text for CPSC 203 Distributed this term.
Instructions Go to the shared area and open a file Go to -> S:\ICT\My Teacher\Mr Crossan\Year 7\Catch the Clown Open the Catch the Clown file by double.
Unit 6 Motion – Air Hockey Evangel College S.2 ICT.
Galactic Mail Part 2. Winning and Losing Exploding Asteroids Including Scoring Adding Levels And more.
Game Maker Evil Clutches.
Pac Man Game To make the pac man game. I created sprites for the pac man character so he could move in all directions. I also created sprites for the wall.
How make a scatter graph using Microsoft Excel. Once Excel is Opened: Input the values from the table into Excel. –Don’t forget the labels. It should.
1 CSC 221: Computer Programming I Fall 2009 Introduction to programming in Scratch  animation sprites  motion, control & sensing  costume changes 
GAME:IT Junior Paddle Ball Objectives: Review skills from Introduction Create a background Add simple object control (up and down) Add how to create a.
GAME:IT Paddle Ball Objectives: Review skills from Introduction Create a background Add simple object control (up and down) Add how to create a simple.
ICT/COMPUTING RULES Only use software allowed by the teacher
GAME:IT Mario Creating Platform Games Level 4 with GML Game Maker Language (GML) allows users more flexibility in game design. GML is similar to how real.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech May 2009.
Instructions Quit H Robinson. Quit Start Game H Robinson Instructions: Enable Macros when prompted. If you were not prompted then open PowerPoint, go.
Game Maker Tutorials Introduction Clickball IntroductionClickball Where is it? Shooting Where is it?Shooting.
THE MOUSE Left Click THE MOUSE Right Click.
FOP: Multi-Screen Apps
Chapter 8: Writing Graphical User Interfaces
Game Engines By James Tedder.
User Interface & Bouncing Ball Game
Barb Ericson Georgia Institute of Technology June 2007
Introduction to Events
Event Driven Programming
Introduction to Object-Oriented Programming
قانون المنافسة ومنع الاحتكار
Creating Variables Output Logic flow Operators (More) Basic blocks
for graphical input devices
1 To go to the next slide, click this button instead. A random slide will come up.
Writing Equations from Tables
CSC 221: Introduction to Programming Fall 2018
Presentation transcript:

Today we are learning to: Understand how flow charts are used to design games Add events to our objects to control stuff in our game – (Using the user guide numbers 7 to11) Learning Objectives

Events & Actions make games work EventActions Clown Created at beginning of game1. Start moving in a random direction Clown collides or hits against wall1. Bounce of wall 2. Play the bounce sound Click mouse on the clown1. Add 10 pints to the score 2. Play the click sound 3. Jump to a random location 4. Move faster in a random direction

Events & Actions make games work Double click an object then click the Add Event button then drag an action the action area. This makes a certain action happen when a certain event occurs it’s like a sensor sensing an input and setting up an output! This is adding control to our game! Event Action Set up action properties