answersLogoWhite

0

What else can I help you with?

Related Questions

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

Have it move without gravity keeping it on the ground.


How do you make a object move towards another using Game Maker?

in code:move_towards_point(object.x,object.y,speed)


What is the move to mouse click code for Game Maker?

There is no code for that, you'll have to make something else. sorry


How do you make game maker ememeys spawn and move?

You have to get a clone script for them to spawn and then do the tutuorial for the moving part


What are game sprites?

Game sprites are basically picture used in 2D games or animations you put 1 picture then next and then next and the character well move you need an programme to make the animations i use windows movie maker and to make a game game maker go and try it


Is there a way to make the characters in Game Maker move?

-_- hspeed = 2; vspeed = 2; There, you now have an object going diagnol. Go wild.


What kind of games can you make in game maker?

not bad boring ones you can make 3d games as well its really hard to begin with once you finish it try rpg maker vx then move onto flash or java programming or code:blocks.


How do you create png files with the frames in a vertical order?

Why have them vertical? In any case, make the png file with the frames like usual in Game Maker, then move them in GIMP or something to be vertical instead of horizontal. Game Maker might not be able to read them though.


How do you make a sprite shoot in game maker 7?

A sprite cannot do anything. If you meant "How do you make anobject shoot in game maker 7?" then it's easy.Create an object for your bullet and give it a sprite. Then in the object you want to shoot the bullet add a "create instance with motion" actionwith the bullet specified.Alternatively you could use a "create instance" action and then add an on creation, "move" action to the bullet.


What happens if you can't make a move in checkers"?

If you can't make a move in checkers, you lose the game.


How do you make an obj follow the mouse until you press a button in game maker?

make a variable true until you press the button. in step event for the object use a move twards point action and set "x" to "mouse_x" and "y" to "mouse_y"


What happens when you make an illegal move in chess and how is it handled by the rules of the game?

When a player makes an illegal move in chess, the opponent can choose to either accept the move or ask the player to make a legal move. If the illegal move is accepted, the game continues. If the opponent requests a legal move, the player must make a legal move instead. In some cases, making an illegal move can result in a penalty, such as losing the game or having to make a different move.