answersLogoWhite

0

Game Maker

Game Maker is a game creation program owned by Yo-Yo games. Game Maker uses triggered events and a drag-and-drop system, however you can also code GML, or Game Maker Language, for more precise control over your game.

368 Questions

Is there a virus on game maker 8?

Game Maker from YoYoGames does not contain any type of virus. It is a safe program, and safe to download and install.

In game maker how do you make a sprite go to the edge of a platform then turn around?

Make an object about the size of your charachter(persionally i would give it the players sprite) and make it not visible and add a collision event with the object you want to turn around. In that put an event [reverse horizontal speed] and you are done! !!

How do you set a timer in game maker?

You can use the D&D icon that looks like a clock, or you can use this command in GML:

alarm[argument0] = argument1;

argument0 = alarm you want to set.

argument1 = how long it will take before the alarm will go off.

Can you make games with save slots with game maker?

Yes. But you cannot use save_game(); and load_game();. You need to make your own scripts which write to an .ini file.

What game file do you upload for Game Maker?

If you want people to be able to edit it upload the source code (*.gmk or *.gm81). If you want people to not edit your game or engine upload it as an executable (*.exe).

How much education do you need to be a game maker?

Well, majority universities that offer you that you can be a game creator by joining our program, ask you for atleast bachelour's degree n computer science......

Hope you find it usefull........

Can you use weapons in Platinum Arts Sandbox Free 3D Game Maker?

Yes, i know some people who are working on a zombie game. They are currently working on building an m9.

How do you create a first person game in game maker?

For making a First person shooter game you need Game Maker pro edition.

For making your fps game you can see this tutorial:

http://www.yoyogames.com/downloads/tutorials/fps.zip

How can you convert a game maker 8 game to game maker 7?

i had no clue that there was a game maker 8, but try this...

go into the file tab at the top menu. click the merge game button, then choose the .gmk file you would like to convert.

Where can you get Game Maker 7.0?

You can download Game Maker 7.0 at the YoYo Games website; http://www.yoyogames.com/gamemaker/try.

Is there a real programming language that resembles GML - the language in Game Maker?

GML IS a real programming language. But anyway, all programming languages are about the same, with different syntax.

2.5 d game maker?

2.5 d? wt f is that??? game maker uses 2d and 3d graphics

Can you and how can you change the controls to a mouse in RPG maker vx?

Get the jet mouse system. It's a script that allows you to do that. Just put it in a blank box above materials.

In Game Maker how do you make 2 sounds play at once so that when i fire a weapon the background music doesn't stop?

If the sounds have the same extension then the problem is, YOU CANT PLAY THAT PARTICULAR KIND OF SOUND AT THE SAME TIME it is just the way game maker is made.

Why does RPG Maker Xp freeze when I test the game?

If you have anything on that particular screen that is set as a "parallel process" then that may be a cause for freezing. You may have also used a piece of a tileset that you can't walk on and didn't realise it.

You want to make a super smash bros game using game maker but you dont know were to get a engine or what code you need to use and It cant have any glitches?

I'm improving this answer for you, since the other one is not sufficient to fully answer the question. I have left the Youtube link as a resource.

A game like Super Smash Brothers is very complex in design and takes more than a simple engine to craft due to all of the unique content that usually comes with these kinds of games. If you feel that you are ready to make a game, you could learn GML if you dedicate about three days on its FAQ and some online GML guides. It is very easy to do if you read through and experiment before diving in. Three days is a small price to pay for gaining pretty much complete knowledge of the language.

Some of the commands you will find yourself using include place_free(), for loops, keyboard_pressed() or released() or press(), etc. All of these commands are easily at your disposal. Just give yourself three days to learn it all.

http://www.youtube.com/watch?v=rw7l8gga814

Youtube provides some good tutorials, but listening to very experienced Game Maker creators, such as Cactus (did an excellent presentation on quickly-made games), will give you insight on good game design.

A game only takes time to make because you have to learn how to do it first. Once you do, every thing is just a puzzle, and you have all of the pieces.

One of the better engines that have been getting praise, recently is called zPlat, an extension of _Player_'s glitch-lacking platform engine, and you can grab the edges of platforms and pull yourself up like in Commander Keen. You should easily find it in 64Digits.

What is the best website I can submit your game maker game?

http://www.yoyogames.com/

yoyo games is the most suitable game shareing website for game maker as they are the owners of the game maker brand.

Can you download a game and edit it with game maker 7?

To download and edit a complete .exe gamemaker game is possible however is illegal. Abusers of tools to do this may be prosecuted by Mark Overmars (the creator of Game Maker) or by the owner of the game itself. This has happened before.

Can you make a secret level in game maker?

Yes

I presume you are using the action Next Room. Instead of that, use the action Different Room. This takes you to the room you select. So, lets say when you collide with the secret door, you just write that action. Or lets say that if the score is higher than 100, you go to the secret room...


Simples!