Create a Game with Game Maker 7.0 Lite

Create a Game with Game Maker 7.0 Lite

Steps

  1. Download and install Game Maker 7.0 Lite from http://www.yoyogames.com/gamemaker/try (the game comes with a simple game called catch the clown that it teaches you how to build)
  2. Create a new sprite, and load an image of your character. Name it Char1.
  3. Then create an object. (click on the blue orb on the tool bar :) The sprite for this object should be "Char1."
  4. Then make a room, (also located on the tool bar) and place your new object inside. ( in the objects tab of the new room, select char1 and click the main room body to add it:)
  5. Set the object's actions. (Steps below)
  6. Press the add event button and select "arrow keys"(looks like a keyboard, no, not the ones with green or red arrows next to them:) . For example, select the up key, then in the actions window, put move actions. Explained below
  7. To add the actions, go to the move tab and select "jump to" not jump to random or anything. Set the parameters(put stuff in the text boxes.) You want to move up right? so in the Y variable textbox, little Y next to it:), put -4. Yes negative, the game works like a backward grid(for those geometry savvy:) Moving right is still positive X and moving left is negative X. Keep the X box at 0. You only want to move up with this key right? NO, up!:) Anyway, Start the game by clicking the play button. If you set this up right, then you should be able to move upwards.
  8. Repeat the steps above for all of the other keys, down, right, and left. Afterwards...
  9. Start your game and you will be able to move around.

Tips

If you're not happy with Game Maker 7.0, try these...
    * StageCast Creator
    * Game maker (GM)
    * Dark Basic
    * The Games Factory (TGF)
    * Java
    * C++
    * C
    * Assembly
    * Flash
    * RPG Maker XP
    * G-Creator

Things You'll Need

    * A small image of your character.
    * A decent internet connection(to stop freezing)
    * A game program (see step 1 and tips)
    * Gamemaker

0 comments:

Need to say something ? Spell it out :)