Home Installing Game Maker     Examples & Requests Tutorials Libraries & DLLs
    My Blogs             Download Game Maker                                                                                                            
         

Thursday, September 23, 2010

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.

Free Image Hosting at www.ImageShack.us

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

Free Image Hosting at www.ImageShack.us

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.

Free Image Hosting at www.ImageShack.us

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.

Free Image Hosting at www.ImageShack.us

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

Free Image Hosting at www.ImageShack.us

Etc.

Free Image Hosting at www.ImageShack.us

Etc.

Free Image Hosting at www.ImageShack.us

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.

No comments:

Post a Comment