Game Maker Intro to Programming Game Maker Pop Quiz (Both Groups)

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

BASIC TUTORIAL ON AUTODESK REVIT Created By MHS Architecture Portfolio.
Code Club Session 3 Shark Eats Fish. Picture of finished product here.
How to… Keep your character from leaving the game (never to return)
 First you have to think up a what kind of game are you going to have it can be any thing from a brick breaker to an role playing game.
How to make a game on game maker 7. Start With an Idea Before you actually start making your game, you are going to need an idea as to what it is you.
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”.
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.
Scratch the Cat. Object Oriented Programing Writing computer programs Based on Objects Instead of Actions Based on Data Instead of Logic.
GameMaker Workshop Geoff Cameron Sarah Scialli. What this workshop will teach you GameMaker GameMaker No Programming Required No Programming Required.
Creative Commons Attribution 3.0 creativecommons.org/licenses/by/3.0 Key Abstractions in Game Maker Foundations of Interactive Game Design Prof. Jim Whitehead.
GAME:IT Bouncing Ball Objectives: Create Sprites Create Sounds Create Objects Create Room Program simple game.
Game Maker Day 2 Making a Maze Game.
Intro to C++. Getting Started with Microsoft Visual Studios Open Microsoft Visual Studios 2010 Click on file Click on New Project Choose Visual C++ on.
Learning Game Maker Studio:
Art 315 Lecture 5 Dr. J. Parker AB 606. Last time … We wrote our first program. We used a tool called GameMaker. The program we wrote causes a ball to.
Photo Story 3 Importing Pictures. When you create a new Photo Story, the first thing that you will do is import pictures. You can import pictures from.
GAME:IT Helicopter Objectives: Review skills in making directional sprites Create objects that shoot and destroy for points Create random enemies on the.
GAME:IT Pinball Objectives: Review skills from Introduction Introduce gravity and friction Introduce GML coding into programming.
Catch the Clown Tutorial Tech Camp Fall 2008 Colorado School of Mines.
Game Maker Terminology
Game Maker – Getting Started What is Game Maker?.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech June 2008.
Game Maker Galactic Mail Advanced Group: Complete Galactic Mail, then start developing an independent project.
Game Maker Tutorial.
2D Platform Game Game Maker Terminology. Object  Item in a game that has behavior, such as a main character who can move.
Create a Halloween Computer Game in Scratch Stephanie Smullen and Dawn Ellis Barb Ericson October 2008.
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.
Galactic Mail Part 2. Winning and Losing Exploding Asteroids Including Scoring Adding Levels And more.
Game Maker Evil Clutches.
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.
If you don’t have Google Earth downloaded already, you can go to to get it.
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.
Game Maker Tutorials Introduction Clickball IntroductionClickball Where is it? Shooting Where is it?Shooting.
School of Computer Science Space School 2015 Programming a Lunar Lander Game.
Index Background Costumes Making object walk smoothly Controlling an object with the keyboard Control an object with the mouse Changing costume when hit.
Creating a UFO Rescue Game in Alice
INTRO to PIXLR.com.
Create a Halloween Computer Game in Scratch
Games Programming in Scratch
Scratch for Interactivity
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.
User Interface & Bouncing Ball Game
Creating a UFO Rescue Game in Alice
Introduction to Object-Oriented Programming
Competitive Multiplayer Game
Finish the Scratch Presentations Game Maker
Getting Started with Scratch
Introduction to TouchDevelop
Intermediate game making
DREAMWEAVER MX 2004 Chapter 3 Working with Tables
Tank Game Part 4 of 6.
Go to =>
Tank Game Part 6 of 6.
Tank Game Part 2 of 6.
An Introduction to Alice
European Computer Driving Licence
Tank Game Part 4 of 6.
Game Maker Intro to Programming Game Maker Pop Quiz (Both Groups)
Game Over Module 4 Lesson 2.
Transparency & magic pixel
Tank Game Int 10 Unit 3 – Game Maker.
How To Photoshop Intro.
Creating a Simple Game in Scratch
So you want to be a Game Designer
Presentation transcript:

Game Maker Intro to Programming Game Maker Pop Quiz (Both Groups) Be able stretch a sprite Be able to have the ‘Hero’ point in the direction it is running

Pop Quiz Make a Sprite (spr_HeroLeft) using the koala_left.gif image resources\Chapter7\koala_left.gif Make an object (obj_Hero) using the spr_HeroLeft Create Events (Up, Down, Left, Right) for obj_HeroLeft so it can move about the screen Make a room and add the hero to the room Demo your room and hero running around

Advanced Group Create a Maze game Include Hero Object Walls Levels Enemies Prize(s) Story It must be entirely created by you and created this semester. You may not add to a previous project.

Beginning Group Open your Maze Game Demonstrate Hero that faces the direction it is running Stretched to 32x32 Wall Goal/Finish Extras Treasures Enemies

A Little Design Sketch a simple maze. What objects are needed? How do you want them to behave?

Today As a class we will… Give an overview of a maze Create a wall Create a goal Create a hero that will face the direction it is running From there you will create a maze

Maze: The Room

Needed Objects Hero Finish Treasures Enemies You can load from Game Makers set or Go to the assignments folder under Resources Walls Going around the room and in between Finish The hero will reach (collide) this when finished. Treasures Possibly tie to points. (Can look up Score Actions. Might click the relative box to add points to a score) Enemies An extra. Maybe add weapons for getting rid of enemies

Behavior Walls Hero Finish Extras Solid Move with pressed keys. Left, right, up, down and stop. When it hits (Collides with) a wall, it stops Extra Gather treasure and get points, run into enemy and lose points, finish the maze and win When key pressed, shoot. Finish Extras Treasures Disappear when Hero runs into you. Enemies When shot, disappear and add points to the total Move towards the Hero and around the walls

Start by gathering sprites Hero Person, animal, … Load sprites for each direction. Up, down, left, right, stop Wall Brick Finish You pick Extra Treasure Enemy I have added sprites to the Assignments folder under Resources. There are Koala sprites in chapter7. I’ll use the Koala in my example

Getting and Fitting Sprite Click on the pacman Click on Load Sprite and pick a sprite Select Transform -> Stretch Images Change the Width and Height pixels to 32. Notice the Width and Height are both 40. It is best to have the sizes as multiples of 2. So we will change this to 32. To do this, click on Edit Sprite Click the Green Check Click OK Click OK Load the following sprites: Hero: Left, Right, Up, Down, Stop Wall Finish

Giving Direction Pictures For this example I’ll use different sprites for right, up, down and stop. When the Hero object is created we will make it use the correct sprite depending on the direction it is traveling.

Making the Wall: Again Stretch it to 32 x 32 Click on the pacman Click on Load Sprite and pick a sprite Select Transform -> Stretch Images Change the Width and Height pixels to 32. Notice the Width and Height are both 40. It is best to have the sizes as multiples of 2. So we will change this to 32. To do this, click on Edit Sprite Click the Green Check Click OK Click OK

Now the Finish Click on the pacman Click on Load Sprite and pick a sprite Select Transform -> Stretch Images Change the Width and Height pixels to 32. Notice the Width and Height are both 40. It is best to have the sizes as multiples of 2. So we will change this to 32. To do this, click on Edit Sprite Click the Green Check Click OK Click OK

So far Created sprites for the following Hero Wall Finish Now it’s time to make the objects

Wall Object Click ‘Create and Object’ button Name the object obj_wall Use the pull down menu and select spr_wall Make the object solid. No Events??? The wall will just sit there, so it does not need any events.

Goal Object Click ‘Create and Object’ button Name the object obj_goal Use the pull down menu and select spr_exit No Events??? The goal/exit will just sit there, so it also does not need any events.

Hero Object Behaviors Hit left arrow, point left and go left Hit right arrow, point right and go right. Hit down arrow, point down and go down Hit up arrow, point up and go up No key hit, point stop and go stop Hit a wall, point stop and go stop Hit the goal, Say you win, end the game. We’ll start with coding the left arrow

Hero Object and Point Left when moving left Name it obj_hero Click on Create Object Drag Change Sprite into the Actions window Select a sprite: Pick spr_heroRight This will be the starting direction of the Hero Select main1 tab Select <Left> Click on Keyboard Click on the menu and select the left facing sprite. spr_heroLeft OK Add Event

Drag the Move Fixed icon into the Actions window Go Left Drag the Move Fixed icon into the Actions window Select the move tab Select the left arrow Give it a speed of 5 Click OK

Other Key-pressed Events Left Right Up Down Stop (‘No key’ being pressed, or ‘Any Key’ begin released)

Hit the wall Click on Collision Pull down to obj_wall Add Event

Change to the stop sprite Main1 tab Drag the change sprite to the event window Select the stop sprite

Stop the Hero Drag the Move Fixed icon into the Actions window Select the move tab Click on the no direction button OK

Keep going Now you have the beginning tools to Create a maze (Using the walls) Create a goal Create a hero Now continue to work on the maze. Enemy Treasures Story line Save it as YourNameKoalaMaze