ATTENTION:
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
This example shows you how to create a listbox like windows' start. And you will learn more about for loop and array segments. Maybe you get way to do an operating system :P
Download the Example
The Example
Please, feel free to contact me. You can request questions, lessons, help etc.
Monday, September 27, 2010
Saturday, September 25, 2010
Request - Healthbar example
ATTENTION:
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
In this example you will understand the mechanism of healthbar. In this example there are two rooms and two differents ways to draw a healtbar. One of them is a fixed position healthbar. Another one is a healt bar that follows the main character in room.
Download the Example
The Example
Please, feel free to contact me. You can request questions, lessons, help etc.
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
In this example you will understand the mechanism of healthbar. In this example there are two rooms and two differents ways to draw a healtbar. One of them is a fixed position healthbar. Another one is a healt bar that follows the main character in room.
Download the Example
The Example
Please, feel free to contact me. You can request questions, lessons, help etc.
LoRDMeO's Game Maker Lessons - 3 - Determining your game's main features
ATTENTION:
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
Before get start with new project, have a seat and think about your project. "What is my goal going to be?" , "What do i want to" , "What type of game i want to develop"...
It should be a TDS (top down shooter) or platform game (like mario). After you have dediced that imagine your game. What you see? Is there any enemies that trying to attack you?
I always prefer making sprites before start writting scripts of my game. It is a personal choice. Because i think making sprites before writing mechanism is more effective. Even sounds. In summary i complete the game resources before writting ai's or game mechanism.
Concentrate game tile's, levels, graphics etc. You will see, you will develop your projects more easily.
Please, feel free to contact me. You can request questions, lessons, help etc.
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
Before get start with new project, have a seat and think about your project. "What is my goal going to be?" , "What do i want to" , "What type of game i want to develop"...
It should be a TDS (top down shooter) or platform game (like mario). After you have dediced that imagine your game. What you see? Is there any enemies that trying to attack you?
I always prefer making sprites before start writting scripts of my game. It is a personal choice. Because i think making sprites before writing mechanism is more effective. Even sounds. In summary i complete the game resources before writting ai's or game mechanism.
Concentrate game tile's, levels, graphics etc. You will see, you will develop your projects more easily.
Please, feel free to contact me. You can request questions, lessons, help etc.
Friday, September 24, 2010
Request - Selecting objects and commading them.
ATTENTION:
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
This examples shows you how to select objects, how to change their sprite_index's while you have selected them, how to command them like attack or move to selected point.
Download the Example
The Example
Please, feel free to contact me. You can request questions, lessons, help etc.
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
This examples shows you how to select objects, how to change their sprite_index's while you have selected them, how to command them like attack or move to selected point.
Download the Example
The Example
Please, feel free to contact me. You can request questions, lessons, help etc.
Request - Water Filling Example
ATTENTION:
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
This example shows you how to fill water through the walls in platformer games. Download links are below
Download the Example
The Example
Please, feel free to contact me. You can request questions, lessons, help etc.
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
This example shows you how to fill water through the walls in platformer games. Download links are below
Download the Example
The Example
Please, feel free to contact me. You can request questions, lessons, help etc.
Thursday, September 23, 2010
LoRDMeO's Game Maker Tutorials
ATTENTION:
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
Hello and welcome my tutorials about Game Maker. You can download Game Maker from this blog, look the guides that explains how to install and creating Games.
Download Game Maker Installing Game Maker
Get started by Downloading A Guide to how to install Game Maker
Game Maker. You can find in correct
here different versions of it.
Lesson 1 - Your First Game Lesson 2 - Develoing Your First Game
Lets get start by first lesson. A 2rd lesson continues after
It includes a lot of screenshots 1st lesson. Explains how to
step by step with their expressions set movements of objects
Lesson 3 - Determining main features Lesson 4 - Top down shooter 1
Check it out to how to start more In this tutorial you will have been a little
easily with your projects understood the mechanism of a TDS game
Please, feel free to contact me. You can request questions, lessons, help etc.
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
Hello and welcome my tutorials about Game Maker. You can download Game Maker from this blog, look the guides that explains how to install and creating Games.
Download Game Maker Installing Game Maker
Get started by Downloading A Guide to how to install Game Maker
Game Maker. You can find in correct
here different versions of it.
Lesson 1 - Your First Game Lesson 2 - Develoing Your First Game
Lets get start by first lesson. A 2rd lesson continues after
It includes a lot of screenshots 1st lesson. Explains how to
step by step with their expressions set movements of objects
Lesson 3 - Determining main features Lesson 4 - Top down shooter 1
Check it out to how to start more In this tutorial you will have been a little
easily with your projects understood the mechanism of a TDS game
Please, feel free to contact me. You can request questions, lessons, help etc.
LoRDMeO's Game Maker Lessons - 2 - Developing Your First Game
ATTENTION:
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
Lets make your game more exciting. Lets add some movement to your burgers. And make your game a bit difficult.
You can download this lesson and example source code of game that i have made in pictures. Download links are below.

Open your First Game.gmk source file by File > Open. The open object1 and remove Destroy the instance as shown in the screenshot.

Click Add event button and click Collision then select object0. Then Add Bounce against objeccts (Its under the Jump label in right menu.) A Dialog box appears. Click OK.

Go to Left Released event and add Jump to Position (Its under Jump label in righ menu.) A Dialog box appears. Fill the blanks with
x: 36+random(536)
y: 36+random(376)
Then click OK. (I am not going to explain this at this moment but it is enough at this moment to know that it changes the objcets position randomly.

Add Move Fixed and Do as i do as shown in screenshot.

Etc.

Etc.

Etc.
Test your game you will see it is more different than previous one.
You can download this lesson and example source code of game that i have made in pictures. Download links are below.
LoRDMeO's Game Maker Lessons - 2 - Developing Your First Game
We are about going to make our first game.
I am going to make it easier with screenshot
so you can get it without any problems.
Please, feel free to contact me. You can request questions, lessons, help etc.
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
Lets make your game more exciting. Lets add some movement to your burgers. And make your game a bit difficult.
You can download this lesson and example source code of game that i have made in pictures. Download links are below.
Open your First Game.gmk source file by File > Open. The open object1 and remove Destroy the instance as shown in the screenshot.
Click Add event button and click Collision then select object0. Then Add Bounce against objeccts (Its under the Jump label in right menu.) A Dialog box appears. Click OK.
Go to Left Released event and add Jump to Position (Its under Jump label in righ menu.) A Dialog box appears. Fill the blanks with
x: 36+random(536)
y: 36+random(376)
Then click OK. (I am not going to explain this at this moment but it is enough at this moment to know that it changes the objcets position randomly.
Add Move Fixed and Do as i do as shown in screenshot.
Etc.
Etc.
Etc.
Test your game you will see it is more different than previous one.
You can download this lesson and example source code of game that i have made in pictures. Download links are below.
LoRDMeO's Game Maker Lessons - 2 - Developing Your First Game
We are about going to make our first game.
I am going to make it easier with screenshot
so you can get it without any problems.
Please, feel free to contact me. You can request questions, lessons, help etc.
LoRDMeO's Game Maker Lessons - 1 - Your first game.
ATTENTION:
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
We are about going to make our first game. I am going to make it easier with screenshot so you can get it without any problems.
You can download this lesson and example source code of game that i have made in pictures. Download links are below.

<<< File > New.

Every game has graphics. In Game Maker We usually use Sprites to make them. So Resources > Create Sprite will let us to do.

Edit Sprite.

File > New.

You can resize image frames in this dialog. We do not need to change in this example.

Double click to change the image frame

This panel lets you to edit the frame. We are usually going to create animated graphics frame by frame with this editor.

File > Open. We are going to open an existing image.

Select and open it.

File > Close Saving Changes.

File > Close Saving Changes.

OK

Create a new sprite and Click Load Sprite Button. This is faster way to load image and animations. I have shown you to long way because i had wanted to show you the how to edit image and image panel.

Select Open etc.

OK.

Resources > Create object.

Etc.

Select sprite0 from list shown in screenshot.

OK.

Create an another object and set its sprite to sprite1. Then Click Add Event button.

A Dialog Box Appears with menu that has many alternatives. Click Mouse Button and Select "Left Released" item.

Select Score tab from the right corner of window then Drag & Drop item that has shown in screenshot to blank place under Actions label.

A Dialog box appears and wants you to do some options. Set new score to 1 and do not forget to check relative.
-What have we done?
We have wanted to do, when someone clicks our object we want score to increase by 1.

Select main1 tab and drag & drop item that shown in screenshot

When you are done, your settings should be like this.

Every game has levels / rooms. We are about going to create them. Resources > Create room.

Select object0 from list.

Select Object0 and do commands that has shown in screenshot

When you are done, your room should be like this.

Add a few object1 to your room.

Ok

Create a new object and add a create event then go to score tab drag & drop item that shown in screenshot to blank place.

Edit settings on your own.

OK

Double click room0, select object2, click the place which has shown in screenshot then press OK.

Yes.

Lets run our game and see what it will look like.

Loading..

Yes. YOU MADE IT!. Click the hamburgers like crazy. And get score! Hahaha XD

Lets save our game because maybe the electricity will have cut.

Set file name to My First Game for the Glory and honor!! Congratulations!!
You can download this lesson and example source code of game that i have made in pictures. Download links are below.
LoRDMeO's Game Maker Lessons - 1 - Your First Game
We are about going to make our first game.
I am going to make it easier with screenshot
so you can get it without any problems.
Please, feel free to contact me. You can request questions, lessons, help etc.
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
We are about going to make our first game. I am going to make it easier with screenshot so you can get it without any problems.
You can download this lesson and example source code of game that i have made in pictures. Download links are below.
<<< File > New.
Every game has graphics. In Game Maker We usually use Sprites to make them. So Resources > Create Sprite will let us to do.
Edit Sprite.
File > New.
You can resize image frames in this dialog. We do not need to change in this example.
Double click to change the image frame
This panel lets you to edit the frame. We are usually going to create animated graphics frame by frame with this editor.
File > Open. We are going to open an existing image.
Select and open it.
File > Close Saving Changes.
File > Close Saving Changes.
OK
Create a new sprite and Click Load Sprite Button. This is faster way to load image and animations. I have shown you to long way because i had wanted to show you the how to edit image and image panel.
Select Open etc.
OK.
Resources > Create object.
Etc.
Select sprite0 from list shown in screenshot.
OK.
Create an another object and set its sprite to sprite1. Then Click Add Event button.
A Dialog Box Appears with menu that has many alternatives. Click Mouse Button and Select "Left Released" item.
Select Score tab from the right corner of window then Drag & Drop item that has shown in screenshot to blank place under Actions label.
A Dialog box appears and wants you to do some options. Set new score to 1 and do not forget to check relative.
-What have we done?
We have wanted to do, when someone clicks our object we want score to increase by 1.
Select main1 tab and drag & drop item that shown in screenshot
When you are done, your settings should be like this.
Every game has levels / rooms. We are about going to create them. Resources > Create room.
Select object0 from list.
Select Object0 and do commands that has shown in screenshot
When you are done, your room should be like this.
Add a few object1 to your room.
Ok
Create a new object and add a create event then go to score tab drag & drop item that shown in screenshot to blank place.
Edit settings on your own.
OK
Double click room0, select object2, click the place which has shown in screenshot then press OK.
Yes.
Lets run our game and see what it will look like.
Loading..
Yes. YOU MADE IT!. Click the hamburgers like crazy. And get score! Hahaha XD
Lets save our game because maybe the electricity will have cut.
Set file name to My First Game for the Glory and honor!! Congratulations!!
You can download this lesson and example source code of game that i have made in pictures. Download links are below.
LoRDMeO's Game Maker Lessons - 1 - Your First Game
We are about going to make our first game.
I am going to make it easier with screenshot
so you can get it without any problems.
Please, feel free to contact me. You can request questions, lessons, help etc.
Download Game Maker
ATTENTION:
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
Get start with Downloading Game Maker. Game Maker has many different versions (it is around 8). 6th, 7th and 8th versions are usually known. I prefer using last version. It is 8th. Links are Below.
Game Maker Version 8 Game Maker Version 7
Last version of Game Maker Previous version of Game Maker
Software. Software.
Game Maker Version 6.1
It is an old version but still using
by some users.
Please, feel free to contact me. You can request questions, lessons, help etc.
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
Get start with Downloading Game Maker. Game Maker has many different versions (it is around 8). 6th, 7th and 8th versions are usually known. I prefer using last version. It is 8th. Links are Below.
Game Maker Version 8 Game Maker Version 7
Last version of Game Maker Previous version of Game Maker
Software. Software.
Game Maker Version 6.1
It is an old version but still using
by some users.
Please, feel free to contact me. You can request questions, lessons, help etc.
YoYoGames Tutorials
ATTENTION:
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
You can view each Official YoYoGames Tutorials in here. Links are listed below:
Your First Game Creating a Scrolling Shooter
This tutorial is meant for people In very precise steps it helps
that have problems getting started you create your first game.
with Game Maker.
Maze Games Platform Games
This extensive tutorial shows you This tutorial shows you how to
how to create a scrolling shooter. create a simple platform game
Dimensional Games Multiplayer Games
This tutorial shows you how to This tutorial shows you how to
create games with a 3-D look. create a multiplayer game.
A First Person Shooter
Version 7/8 of Game Maker contains functions for creating 3-dimensional graphics. This tutorial shows you how to use these functions to create a simple first person shooter in which you can walk through a number of rooms, shooting barrels and monsters that try to attack you. This is an advanced tutorial and requires coding experience in GML. It also requires a pro version of the program.
Please, feel free to contact me. You can request questions, lessons, help etc.
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
You can view each Official YoYoGames Tutorials in here. Links are listed below:
Your First Game Creating a Scrolling Shooter
This tutorial is meant for people In very precise steps it helps
that have problems getting started you create your first game.
with Game Maker.
Maze Games Platform Games
This extensive tutorial shows you This tutorial shows you how to
how to create a scrolling shooter. create a simple platform game
Dimensional Games Multiplayer Games
This tutorial shows you how to This tutorial shows you how to
create games with a 3-D look. create a multiplayer game.
A First Person Shooter
Version 7/8 of Game Maker contains functions for creating 3-dimensional graphics. This tutorial shows you how to use these functions to create a simple first person shooter in which you can walk through a number of rooms, shooting barrels and monsters that try to attack you. This is an advanced tutorial and requires coding experience in GML. It also requires a pro version of the program.
Please, feel free to contact me. You can request questions, lessons, help etc.
YoYoGames Tutorials: A First Person Shooter
ATTENTION:
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
Version 7/8 of Game Maker contains functions for creating 3-dimensional graphics. This tutorial shows you how to use these functions to create a simple first person shooter in which you can walk through a number of rooms, shooting barrels and monsters that try to attack you. This is an advanced tutorial and requires coding experience in GML. It also requires a pro version of the program. Download Links are below.
A First Person Shooter
Please, feel free to contact me. You can request questions, lessons, help etc.
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
Version 7/8 of Game Maker contains functions for creating 3-dimensional graphics. This tutorial shows you how to use these functions to create a simple first person shooter in which you can walk through a number of rooms, shooting barrels and monsters that try to attack you. This is an advanced tutorial and requires coding experience in GML. It also requires a pro version of the program. Download Links are below.
A First Person Shooter
Please, feel free to contact me. You can request questions, lessons, help etc.
YoYoGames Tutorials: Multiplayer Games
ATTENTION:
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
This tutorial shows you how to create a multiplayer game. It shows how to set up a connection, how to create game sessions and how to communicate between the games. Two examples are given: a two-player pong game and a simple chat program. This is an advanced tutorial and requires coding experience in GML. It also requires a pro version of the program. Download Links are below.
Multiplayer Games
Please, feel free to contact me. You can request questions, lessons, help etc.
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
This tutorial shows you how to create a multiplayer game. It shows how to set up a connection, how to create game sessions and how to communicate between the games. Two examples are given: a two-player pong game and a simple chat program. This is an advanced tutorial and requires coding experience in GML. It also requires a pro version of the program. Download Links are below.
Multiplayer Games
Please, feel free to contact me. You can request questions, lessons, help etc.
YoYoGames Tutorials: Dimensional Games
ATTENTION:
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
This tutorial shows you how to create games with a 3-dimensional look. It discusses parallax scrolling, the use of depth and image scaling and how to create isometric games. It shows that Game Maker is more powerful than you might think and is not really limited to 2-dimensional games. Download Links are below.
Dimensional Games
Please, feel free to contact me. You can request questions, lessons, help etc.
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
This tutorial shows you how to create games with a 3-dimensional look. It discusses parallax scrolling, the use of depth and image scaling and how to create isometric games. It shows that Game Maker is more powerful than you might think and is not really limited to 2-dimensional games. Download Links are below.
Dimensional Games
Please, feel free to contact me. You can request questions, lessons, help etc.
YoYoGames Tutorials: Platform Games
ATTENTION:
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
This tutorial shows you how to create a simple platform game. It treats such aspects as how to make a character jump and land, how to crush monsters when the character jumps on top of them, and how to use tiled backgrounds for creating appealing graphics. Download Links are below
Platform Games
Please, feel free to contact me. You can request questions, lessons, help etc.
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
This tutorial shows you how to create a simple platform game. It treats such aspects as how to make a character jump and land, how to crush monsters when the character jumps on top of them, and how to use tiled backgrounds for creating appealing graphics. Download Links are below
Platform Games
Please, feel free to contact me. You can request questions, lessons, help etc.
YoYoGames Tutorials: Maze Games
ATTENTION:
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
This tutorial shows you how to create a simple maze game. It treats such aspects as how to make a character move from cell to cell, how to display the score and the lives, how to create monsters, and how to add all sorts of special features like movable blocks. Download Links are below
Maze Games
Please, feel free to contact me. You can request questions, lessons, help etc.
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
This tutorial shows you how to create a simple maze game. It treats such aspects as how to make a character move from cell to cell, how to display the score and the lives, how to create monsters, and how to add all sorts of special features like movable blocks. Download Links are below
Maze Games
Please, feel free to contact me. You can request questions, lessons, help etc.
YoYoGames Tutorials: Creating a Scrolling Shooter
ATTENTION:
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
This extensive tutorial shows you how to create a scrolling shooter. It also treats a number of aspects of Game Maker like the use of variables, views, and time lines. Download Links are below
Creating a Scrolling Shooter
Please, feel free to contact me. You can request questions, lessons, help etc.
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
This extensive tutorial shows you how to create a scrolling shooter. It also treats a number of aspects of Game Maker like the use of variables, views, and time lines. Download Links are below
Creating a Scrolling Shooter
Please, feel free to contact me. You can request questions, lessons, help etc.
YoYoGames Tutorials: Your first game
ATTENTION:
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
This tutorial is meant for people that have problems getting started with Game Maker. In very precise steps it helps you create your first game. Download Links are below.
Your first game
Please, feel free to contact me. You can request questions, lessons, help etc.
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
This tutorial is meant for people that have problems getting started with Game Maker. In very precise steps it helps you create your first game. Download Links are below.
Your first game
Please, feel free to contact me. You can request questions, lessons, help etc.
Some important notes before start making games with game maker
ATTENTION:
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
I want to explain a few things before we start to making games with game maker.
Before starting with it, You should know what is an algorithm for do not stuck while making your games.
I am not going to explain the meaning of algorithm but i am going to give you some examples for you to know what is it.
If traffic light is red, you should wait until it become into green.
Thats all about algorithm.
-What have we done?
We waited because of traffic light had been red.
We are still waiting because traffic light is red
We will go after light will have been green.
That explains how all computer application and softwares are written. I am going to convert last 3 sentences more like a computer language.
I hope, i have explained something to you. See you at next lesson.
Please, feel free to contact me. You can request questions, lessons, help etc.
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
I want to explain a few things before we start to making games with game maker.
Before starting with it, You should know what is an algorithm for do not stuck while making your games.
I am not going to explain the meaning of algorithm but i am going to give you some examples for you to know what is it.
If traffic light is red, you should wait until it become into green.
Thats all about algorithm.
-What have we done?
We waited because of traffic light had been red.
We are still waiting because traffic light is red
We will go after light will have been green.
That explains how all computer application and softwares are written. I am going to convert last 3 sentences more like a computer language.
START LINE
|
< If traffic light = red >
____________________________|____________________________
YES____________________________|____________________________
NO
then go start line.Oh it may be green, i should cross the street now
__________________________|
|
CROSS THE STREET
|
END LINE
I hope, i have explained something to you. See you at next lesson.
Please, feel free to contact me. You can request questions, lessons, help etc.
First Run
ATTENTION:
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
When you run game maker, a dialog box appears and asks you for advanced mode. Apply it.

Here is the screenshot from Game Maker 8.0 Application.

Please, feel free to contact me. You can request questions, lessons, help etc.
After you have finished downloading, please run an anti-virus scan for files. I do not take any responsibility about anything.
When you run game maker, a dialog box appears and asks you for advanced mode. Apply it.
Here is the screenshot from Game Maker 8.0 Application.
Please, feel free to contact me. You can request questions, lessons, help etc.
Subscribe to:
Posts (Atom)