answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How do you make an object stop shaking in Game Maker?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you make an object pick something up in a game maker game?

Je moeder is gay.


How can you make an object appear on game maker in code?

use the instance_create function


How do you create a question and answer box in game maker?

First Make a Sprite of the question make it an object, same with the answer


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 create behind another object in game maker?

with (instance_create(x,y,objecttobecreatedbehind)){depth = objectinfront.depth + 1;}


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

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


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

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.


How do you make Game maker games?

for make a game in game maker. go to. www.youtube.com/watch?v=6pGOgjZCOBo


How do you make a health bar in game maker?

How DON'T you make a health bar in Game Maker.


How do you make an object stop moving when it touches the mouse in game maker?

if mouse_x y { hspeed = 0; vspeed = 0; }


How do you make walls in game maker?

Create an objectSelect the spriteTick the Solid boxAlso, when an object collides with it, set the speed to zero.Simples!


How do you create a boundary around an object in game maker?

You could make a mask for the object that would be bigger than the actual thing so it would appear that there is a boundary.