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.

500 Questions

How do you use game maker 8.0?

User Avatar

Asked by Wiki User

Your question is far too broad, so my only suggestion is to go online and search for a tutorial because nobody will be able to answer your question. Or perhaps look at the sample games on Game Maker, toy with them, and figure out how to make games for yourself (That's what I did!) .... Make more general questions, because nobody will ever be able to answer you.

Can you import AVI into Game Maker?

User Avatar

Asked by Wiki User

You cannot import an AVI into game maker 7.0 pro or lite. BUT, with game maker 8.0, you can make a splash screen consisting of an AVI. OR if you really want your AVI in your game, you can convert your AVI into a short GIF.

How do you make a room end in game maker 7.0?

User Avatar

Asked by Wiki User

Well, you can choose from many options but if you just want to proceed to the next room then go to the tab Main 2 in whatever object you want to trigger the end of the game.

There will be options like go to next room or go to previous room or go to different room. All of these can be used to change the room.

If you want the entire game to end though in one of the tabs there will be a power button symbol, end game, which will make the game end if the action specified occurs in the game.

Lastly, right next to the power symbol will be a restart symbol, which as you may have expected restarts the game. You could use this if your character dies or if you finish the game.

I hope that this information helped you.

How can you make a flash at newgrounds?

User Avatar

Asked by Wiki User

there are lots of ways to make games depending on how good you are with computers, go to google or another search engine and type in flash game tutorials, once you get the hang of those you can make your own games and if you get stuck you can look up for eg. click and drag actionscript and it will come up with something, I myself am still making my own basic games but you can basically learn everything there is 2 no using the internet/search engines... by the way actionscripting is like a command that tells objects to do a certain thing... hope this helped you =D, btw you should search to c if there are similar questions before you post ur own, theres another question nearly exactly the same as this 1... no worries though

How do you make an object shoot in game maker 7?

User Avatar

Asked by Wiki User

Depends. You could have it make a new object, for bullets as an example, you could have it make a line, for lasers as an example, you could have it do all sorts of things.

In game maker how do you make something follow you?

User Avatar

Asked by Wiki User

In the step event of the object following the cursor, place the following code: move_towards_point(mouse_x,mouse_y,2); To speed up or slow down how fast the object follows the cursor, change the value of 2!

How long do you have to stay in school to be a game maker?

User Avatar

Asked by Wiki User

I am going games for my book series Little Kingdom Builder, and so far, it takes me anywhere from 4 hours to a 2 weeks to create a game using Adobe flash. The key for me is to write the code once and then use it again as many times as I can but in different games.

Where is download of IGT Game King Cleopatra Keno software?

User Avatar

Asked by Wiki User

Sorry but there is no place to download this game.

Can you use the action replay code maneger on the r4ds?

User Avatar

Asked by Wiki User

I have the R4 - SDHC Upgrade Revolution, with the R4i menu and moonshell2.0. It appears to have an Action Replay pretty much built in, when you are on the game you wish to play B and X scroll up and down on further menus. The second one down says "Cheats" It seems to have every cheat accessible with an Action Replay already there. Hope this helps.

What is the best game made with Game Maker?

User Avatar

Asked by Wiki User

It all depends on the current time. Game makers constantly improve their skills and publish better games. Some of the best Game Maker games out there though include:
Karoshi
Frozzd
Painajainen
Bridging the Gap
Legend of Shadow
and
Seraphim Flame

How do you use game maker?

User Avatar

Asked by Wiki User

tutorials are available on www.yoyogames.com/tutorials, but maybe you need something easier. other available programs are rpg maker, fps creator, 3d game maker, and adobe flash(a little harder)

How do you make cutscenes on game maker?

User Avatar

Asked by Wiki User

Use Timelines or Alarms

I'm working on a cutscene maker, so it is easier to make

How do you make an object at the position of the mouse in game maker?

User Avatar

Asked by Wiki User

write something like this.... { jump_to_position(mouse_x,mouse_y) } if you have any questions or if it doesnt work just add a discussion

How do you use game maker decompiler?

User Avatar

Asked by Wiki User

install java, then it will work

NOTE: The Game Maker Decompiler is ILLEGAL. You can only use it to decompile your own games if you lost the GMK, but still have the EXE.

Activation code for game maker 8?

User Avatar

Asked by Wiki User

it is illegal to ask anyone that but here you go:

13GRJT5F8DJD

How do you make a game?

User Avatar

Asked by Wiki User

C++, Java, Python, GML, Flash.

Get a programming language tutorial up, and get started on your learning.

Suggestions in order of best-to-worse (In opinion only.):

Game Maker 8: Easy, yet able to do all sorts of things. It gives you your first experience in coding as well, unlike other game makers.

Python This helps complete your education. You begin learning how to make your own variables, and there's less hand-holding.

Java This is extremely useful, and has much less hand-holding.

C++ Complex and powerful, the behemoth itself.

Flash Expensive. In-browser like Java. I know little about this.

Programs required:

The IDE for the chosen tool / coding language. (Game Maker 8 for GML, Python IDE for Python, NetBeans for Java, Code::Blocks for C++, Flash for Flash.)

GIMP, or some other freeware painting program, for art.

Blender, Sculptris, or some other freeware 3D graphics program for 3D graphics. (If your game has any. I suggest against 3D until you have a LOT of experience.)

Why does my r4 say couldn't find DS menu dat?

User Avatar

Asked by Wiki User

you have to download that

The R4i SDHC Card for Nintendo DS, DS Lite, DSi & DSi XL is a device that allows you to launch games, run applications and play media that you downloaded from the Internet. Place up to 32 gigabytes of files on a microSD or SDHC memory card, insert the card in the R4 slot and turn your DS or DSi on! Playing downloaded games has never been easier. The R4i SDHC is a must-have for all Nintendo DS and DS Lite console owners.

You Can purchase R4i SDHC from www.r4ishop.com

Why is it better than the regular R4 DS or the R4 SDHC? Because the R4i SDHC is compatible with the Nintendo DSi and DSi XL/LL - even consoles flashed with 1.4 firmwares, unlike the original R4 DS. Note that the card contains renewed hardware and thus uses different system files

How do you create a game in Excel in 2003?

User Avatar

Asked by Wiki User

Excel is a serious business tool. However, it is also a programming tool, which means that you can program anything you like, even games. You could create simple guessing games by getting Excel to generate random numbers with functions like RANDBETWEEN. You could type in a number in an effort to guess what number would be randomly generated. The types of things you can do with Excel centre around numbers, so more sophisticated games would require something else, like a good programming language, to create them.

What should i do when PC hang?

User Avatar

Asked by Wiki User

By pressing Ctrl-Alt-Delete, the most famous key combination and choosing Log Off from the menu that appears. This only works with Windows 7 and Windows Vista. For Windows XP, pressing Ctrl-Alt-Delete will bring up the Task Manager. If that's your case, go to the Shut Down menu in the Task Manager.

How can you embed your GameMaker games into a website?

User Avatar

Asked by Owenator9500

It is not possible to create a game in the Game Maker and then embed it in the browser unless you completely rewrite it using a different programming language.

How are game maker coordinates different that you use in math?

User Avatar

Asked by Wiki User

The origin (0,0) is at the top left corner,as it goes down on the y axis, it deals in positive numbers instead of negative.