answersLogoWhite

0

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.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

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 change objects not sprites in game maker 7.0?

Change to another object with the same sprite


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

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


How can you make an object avoid another object in Game Maker?

To make an object avoid another object in Game Maker, you can use the built-in collision detection functions. In the object's step event, check for the presence of the target object using place_meeting(). If a collision is detected, calculate a direction away from the target object using point_direction() and move the object in that direction using move_towards_point() or by adjusting its position based on the calculated angle. Additionally, you can implement a distance threshold to trigger the avoidance behavior only when the objects are close enough.


Is there an internal variable for an object's speed in Game Maker?

Yes, the internal variable for an object's speed in Game Maker is <Object_Name>.speed.


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.


How can you check the model of a shotgun by its serial number?

By going through all the sn data that is published for that maker.


How do you make an object act differently if it hits the side of another object insted of the top or bottom in game maker?

It's a complex question. Using math, you can determine which side it collided on.


How do you make an object follow another object in a Game Maker game?

objectfollow = name or id of object to follow. spd = speed to follow. { if collision_point(self.x,self.y,objectfollow,true,true) = false { mp_potential_step(objectfollow.x,objectfollow.y,spd,true) } }


What is another word for a book maker?

Another word for a book maker is a "bookie" or a "betting agent."


What do you have to do for a video game maker?

try going to www.yoyogames.com and download "game maker"


Where can I find a website maker for free?

You can start by going to webstarts.com It is free of charge to start your own website through this site and they take you through the process step by step.