This tutorial will show you how to create sprites, objects and rooms. You will create and name your first resources using a proper naming convention. In the next lesson, we will program your objects with events and actions. (7:05)
This tutorial will show you how to have an enemy automatically shoot objects in a given direction. This tutorial utilizes a step event and the random action to randomize the occurrence of the enemy projectiles. (2:23)
This tutorial will show you how to program events and actions for your objects. Events and Actions are what indicate what the objects can do in a game. (3:46)
In this tutorial, we will add obstacles to avoid in the game. We will set it up so that we can click on the obstacles with the mouse in order to get rid of them and save our main character. (4:06)
In this tutorial, we will explore conditional statements further. This time, we will determine when there are no more enemies. Upon eliminating the last enemy, you will advance to the next level of the game, which will be more challenging than the first. (7:49)
In this video, you will learn how to deal with the end of a game in GameMaker 8. If / Then statements are introduced to determine what to do at the conclusion of the game (if all lives are lost). Questions are also incorporated to determine if you want to try again or end the game. (4:00)
This tutorial will show you how to add game information to your GameMaker 8 game. Game information is the area where you can provide directions to the player. I see this as the online 'game manual' and have students include important elements (storyline, characters, items, level descriptions, scoring mechanisms, winning / losing scenario, and game controls) I will also show you how to make the game information show up automatically at the start of the game. (3:37)
This video will show you how to use a step event in GameMaker 8 to create a loop that continually checks the location of an object and has another object move toward it. (3:40)
Game Maker has been the cornerstone of my video game design and development instruction for some time now. In the past, I have used it to as a tool in summer computer camps, after school programs, and a unit in our school's gifted and talented program. This blog post provides links to a number of video tutorials and GameMaker 8.1 source files to demonstrate specific skills using GameMaker 8.1.
This blog post includes links to my GameMaker Studio Tutorial Videos: The following tutorials are generally updated versions of the GameMaker 8.1 videos. The changes are subtle, so you should be able to use the GameMaker 8.1 and GameMaker Studio tutorials interchangeably. The initial set of GameMaker Studio tutorials will guid you through creating a Maze / Adventure game.