answersLogoWhite

0

Variables in game maker are used for?

Updated: 8/17/2019
User Avatar

Wiki User

15y ago

Best Answer

Whatever you want, for example:

Create:

{

ammo = 100;

}

Spacebar:

if ammo > 0

{

instance_create(x,y,bullet);

ammo = (ammo - 1);

}

Collision with object ammopack:

{

ammo = (ammo + 10);

instance_destroy(other)

}

ect

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Variables in game maker are used for?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

The program is called Game Maker. In my Game Maker game when the character hits an enemy all the enemies die except the one that was hit so what can you do to fix that?

They need their own health variables rather than sharing the global health variable.


What are the default variables in game maker 8?

X, Y, hspeed, vspeed, friction, gravity, gravity_direction, image_index, image_speed.Incomplete list, there are dozens.


Who is the game maker?

Sorry, But this area is for game maker questions only, GAME MAKER, As in the PROGRAM GAME MAKER, Not Other Game Makers, Game maker is owned by yoyo games, So please dont post questions about other game makers here, but, to answer your question, game maker is the best game maker, just search yoyogames game maker in Google UK.


Can you transfer a game from game maker to game maker studio?

yes


What RPG maker was used to make the game Yume Nikki?

2003.


What is GML?

GML is short for "Game Maker Language". It is Game Maker's built-in programming language and is used for rapid development of games within Game Maker. It is highly preferred over Game Maker's Drag-and-Drop system because it is easier to edit, has more functionality and because lines of code are not as bulky as the Drag-and-Drop interface.


What is game maker 7 pro activation code?

The Game Maker 7 Pro activation code allows you to upgrade from Game Maker 7 Lite to Game Maker 7 Pro.


Can you get Game Maker without downloading?

If your talking about the game maker at "yoyogames.com", then no.


What is a good video game maker for a beginner?

Game maker from yoyogames.


Where can you get game maker 7pro?

Game Maker 7 Pro can be bought for about 20 US dollars at the official Game Maker website (www.yoyogames.com)


How do you edit exe in game maker?

Executables (even compiled by Game Maker) are not possible to edit in Game Maker. To edit it you would have to decompile or disassemble it, or use a hex editor. Game Maker can only edit files such as *.gmk, *.gm81 and older versions of the Game Maker files.


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.