YEAR 10 IT GAME MAKER INTRO. Game Maker has a drag and drop programming technique to provide an easy way to learn about game development. Game maker.

Slides:



Advertisements
Similar presentations
Photo Story 3 Project How to use. Objective How to download Microsofts Photo Story 3 to the computer. Introduction to Photo Story 3. Get started with.
Advertisements

Quiz Time What button stops the sprite from vanishing off the screen?
GAME-MAKING!!! By Shieks and Jade!!! ABOUT SCRATCH. Scratch is the program that you use to create your game this is what it looks like when you start.
Using Windows Live Movie Maker DO NOT USE WINDOWS MOVIE MAKER 2.6!!!
XP Tutorial 4 New Perspectives on Microsoft Windows XP 1 Microsoft Windows XP Personalizing Your Windows Environment Tutorial 4.
 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”.
Making Games with Game Maker Project 1 Due dates: A)Sunday, August 27th, by 11:59pm B)Tuesday, August 29th, by 11:59pm C)Thursday, August 31st, by 11:59pm.
1 Projects for the Game Development Process Class Mark Claypool.
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.
Comparing Python and Visual Basic
Windows Movie Maker. First Steps Locate Movie Maker ~Start Menu, All Programs, Windows Movie Maker~ Know the Focus of your Project ~Homecoming 2010~ Have.
GameMaker Workshop Geoff Cameron Sarah Scialli. What this workshop will teach you GameMaker GameMaker No Programming Required No Programming Required.
Code Club Session 2 Dance Party. What will we learn ?  How to change the background  How to create animations  How to make objects talk to each other.
Game Maker Day 2 Making a Maze Game.
GAME:IT Intro to Game Maker. GAME MAKER  We will be working on software called Game Maker  Game Maker is an “open source” software – that means it’s.
Editing is when you choose the best shots to tell your story and remove mistakes. Here is a quick editing guide to help get you started:
MS Clip Organizer: A Tutorial S. Chad Hinton Mgmt 661-Dr. Foster Summer 2007.
JORDYN B. LAUREN G. Game Salad Final Presentation.
Catch the Clown Tutorial Tech Camp Fall 2008 Colorado School of Mines.
Game Maker Terminology
Game Maker – Getting Started What is Game Maker?.
Shooters in GameMaker J Parker.
Overview of Game Maker. Game Maker Version 7.0 Lite (free version) For MS-Windows platforms
July 5 Game Workshop. Schedule 9-10:25Finish maze/platform games 10:25-10:45Game structure –Different interactions to motivate players 10:45-11:15Playtest.
Carlotta Eaton New River Community College 1 Game Maker Demonstration Carlotta Eaton Professor of Information Technology New River Community College IT.
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.
CIS125G Computer Game Development. Goals Learn: – How to design games – How games are studied – How games are developed – How to manage software projects.
Introduction to Scratch. What is Scratch? Scratch is a control program that enables you to create your own interactive stories, animations, games, music,
Create a Halloween Computer Game in Scratch Stephanie Smullen and Dawn Ellis Barb Ericson October 2008.
GAME:IT Intro to Game Maker Studio. GAME MAKER STUDIO  This course uses a program called Game Maker Studio  Game Maker Studio is an “open source” software.
Photo Story. How to use Photo Story Photo Story 3 can be located in the Accessories folder on school computers. You will need to have your pictures already.
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.
Motivates, interests and engages. Teaches problem solving skills. Allows for creativity and imagination. Demonstrates project design. Encourages teamwork.
Windows Movie Maker Lesson 2 Adding Titles, Transitions, and still pictures to Movie Maker.
Galactic Mail Part 2. Winning and Losing Exploding Asteroids Including Scoring Adding Levels And more.
By Susan Fuentes Media Specialist Smiley Elementary.
Game Maker Evil Clutches.
RACHAEL FERNANDES INTERACTIVE TUTORIAL Windows Movie Maker Tutorial.
Game Development Process ITP 160 Original Game Assignments.
Game 4: Pac Man Tutorial. New events/actions to learn: Animated sprites Change instances – allows you to change objects into other objects. Change sprites.
TIME TO MAKE OUR FIRST INTERACTIVE SPRITE! LAST WEEK WE WERE MAKING SPRITES, or simple PIXELATED Graphics of our favorite CHARACTERS. Feel free to spend.
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.
GCSE ICT Unit 2 Controlled Assessment Tasks Frequently Asked Questions.
Customise & Explain your game
Game Maker Intro to Programming Game Maker Pop Quiz (Both Groups)
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.
Poster Directions The purpose of the poster is to showcase your favorite game you wrote this week. Choose your favorite game. Use blank notebook paper.
Competitive Multiplayer Game
Scratch Programming Intro
lecture 8 Our First Project
Game Maker Studio Tutorial…
Getting Started with Scratch
Super Heroes Trailer Using Movie Maker.
I Can’t Hear You! Sound Get out your notes.
Getting Started with Scratch
I Can’t Hear You! Sound Get out your notes.
Game Maker Intro to Programming Game Maker Pop Quiz (Both Groups)
Game Over Module 4 Lesson 2.
Tank Game Int 10 Unit 3 – Game Maker.
An Introduction to MS MovieMaker
Getting Started with Scratch
Texts.
I Can’t Hear You! Sound Get out your notes.
For Rules To The Game, Click The
So you want to be a Game Designer
Making Games with GameMaker
Presentation transcript:

YEAR 10 IT GAME MAKER INTRO

Game Maker has a drag and drop programming technique to provide an easy way to learn about game development. Game maker uses an icon-based system of events and actions. Available as a free download from: SPRITES: Pictures for Game Objects, what you see OBJECTS: What we control on the screen to create the game EVENTS & ACTIONS: Specify how objects should behave. E.g. A (Person/Bullet) Collision Event  ACTION = Object_Person loses a life GAME MAKER INTRO

EVENTS : ACTIONS: GAME MAKER INTRO

When using GameMaker you need to carefully name each: SPRITE, OBJECT, BACKGROUND and SOUND. This will make your game MUCH EASIER to program and maintain.

Give the following game resources an appropriate name: sprite background object GAME MAKER INTRO

You can now start with the tutorials. Read them properly! All the resources you need are in the RESOURCES/GameMaker folder on the network. After your TUTORIAL game is finished and working well, you may add other sprites, sounds and backgrounds to make your game look original. GOOD LUCK! GAME MAKER INTRO