Download presentation
Presentation is loading. Please wait.
Published byAugusta Goodman Modified over 9 years ago
1
Overview of Game Maker
2
Game Maker Version 7.0 Lite (free version) For MS-Windows platforms www.yoyogames.com/make
3
Key Parts of the Game Rooms Objects Sprites Events & Actions Sounds Scripts, Paths, etc.
4
Rooms Scenes (or levels) where objects “live” Flat Can be used for game levels Has background (a color or image) Can change rooms during game
5
Objects Things in the game that you create, control, and interact with Examples –Walls –Moving objects like balls Can have many instances of an object Made visible by sprites
6
Sprites Images used to show objects Makes objects visible Not objects themselves!
7
Events & Actions Events: things that happen during game –Keystroke –Mouse Click –Collision Actions: what objects do in response –Change direction of movement –Play a sound –Increase the score
8
Sounds Background music Sound effects Not required
9
Scripts, Paths, etc. Scripts: small pieces of code used to extend the game More advanced topics
10
Distributing Games You can give games to your friends! No charge ( unless you want to :-) )
11
Names in Game Maker Only use letters, numbers and the underscore (_) character
12
Moving Objects Where is it? What direction is it heading?
13
Where is it? Game area (room property) X Y
14
What is Speed in Game Maker? Speed is measured in pixels per step X
15
Heading direction Measured in degrees: 0 - 360 0: heading “East” 90: heading “North” 180: heading “West” 270: heading “South”
16
Your First “Game” Create a room (and background) Create an object (and sprite) Action: When an arrow key is pressed Event: Move object in the appropriate direction Up, down, right, or left
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.