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

Stop lives at 0 in game maker?

I don't know how you would stop lives (I think you mean live = 0)

Put this script in the step event:

if argument=0 {

lives = 0;

}

argument = what you want to be 0.

How do you shoot a bullet in game maker 8?

Create an obj_bullet in front of the gun / player.

The platformer tutorial contains information on how so.

How do you make a sprite jump on scratch?

try this

http://en.wikibooks.org/wiki/Scratch/Lessons/Movement

How can you make a space invaders type game for game maker 8?

i m in the process of making my own space invaders (orignal game) aswell;

First make the sprites

make a player able to move right and left make him shoot aswell

make the invaders shoot when close to player and make a shield so that if tyhe bullet hits it it willl deplete

if u think about it it is quite a simple idea

remember to use your OWN sprites that you've made or credit the person who did. :)

How do you beat romance maker?

use the1.book2.plant3.egg4.tools5.stump6.tv7.hammer8.and finally the arrow

What is the combination for the game Romance Maker?

First you do the bud, then the book, then the egg, then the tools, then the stump, then the machine, then the hammer, and finally the arrow. Remember to watch what happens in the video, its weird/cool! The girl will die when she eats the apple but then live.

The game is on girls go games if you want to play for free.

How do you beat the game romance maker?

1.plant the flower

2.bring the book

3.free the egg

4.put the TV.

5. get the stump

6. handy tools

7.heave the hammer

8. the arrow of love

and the romance story starts with a beautiful ending.

Make operating system with game maker?

If you are talking about Game Maker from YoYo Games, then yes it is possible. Here are some links with proof:

http://www.mediafire.com/?uz66v90zazyjqj0

http://www.mediafire.com/?wi7jn1m99cda2g9

Can you make a dress up game without flash?

If you already HAVE flash you can make a dress-up game but without flash you can't make a dress-up game.

*******************************

Actually you can that is if you still want the characters to move. You could use an animation format (gif) but it would entail creating a lot of layers for each frame. This can be done in photoshop using the animation panel to make all the frames move like animation.

What is a instance on game maker?

An instance is most commonly a [Object] placed on a [Room]

-Battlemaster1

How do you create a cheat in your game on game maker?

well if you want a cheat such as instant full hp, you go to your main character(object) and click new event and click press key choose a key and then click on the event you just made and click on main 2 , at least i think it was on main 2, anyway click on"set health" and make it say 50 and check that little box under the value box. now every time you hit space bar or whatever other key you put, youre character will gain 50 (if that's what you put) hp. =) hope this helped (and that you saw it)

What features do pro edition of game maker have?

The main features that the game maker pro have,are:

1). It allows the use of it's 3d functionality

2). You can load dll's

3). It doesnot shows that logo of their, while the process of loading your game.

3). And some other minor features

Is Game Maker safe?

Yes, I've been using Game Maker for a long time and it's 100% safe.

How do you write a letter of complaint to game maker?

The site, Yoyogames.com, has a "Contact Us" link. Write your hate mail / complaint mail / "HELP ME I LOST CODE" mail there.

How do you put a game maker 7 game on DVD?

sorry, but you cant put a game maker game on a DVD because a DVD is for video and audio files, so if you want to put it on a disc you need to put it on a CD-ROM.

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

this is the code I always use:

bullet = instance_create(obj_enemyBullet);// create the bullet and store the ID in a variable
with(bullet){//start running code in the bullet
parentID = other.id;//set the enemy ID that is the parent to the bullet as a variable in the bullet
direction = (parentID).bulletDirection;//set the direction to a variable stored in the enemy
speed = (parentID).bulletSpeed;//set the direction to a variable stored in the enemy
//etc.
}


obj_enemyBullet is the object name of whatever the the enemy is shooting
bulletDirection is a variable in the enemy that contains the direction the bullet should move
bulletSpeed is a variable in the enemy that contains the speed the bullet should move
just copy/paste this code into the event that triggers the bullet firing and account for the mentioned variables. Credit Dr. Sakuya

In game maker how do you make an object stop from going through another?

You have to make a collision event with the objects you want it to stop at. And then make it

Move to Contact

direction -- 0

maximum -- 12

against -- solid objects or all objects; If the object you are colliding with is not solid choose the second option

I hope this was helpful.

How can you play a game maker game without game maker?

Save it as a .exe file. (To do that go to the file menu and click save as executable)

How do you enlarge a sprite in game maker?

in the sprite propertes click edit sprite. go to "Transform" at the top and click "Stretch"