answersLogoWhite

0

What else can I help you with?

Continue Learning about Other Math

How do you give an object a vertical speed in game maker 7?

use the action with the big up arrow


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.


How can you make a object follow another object in Game Maker?

In the step event, add a move towards action and put x as object1.x. Put y as object1.y. Enter the desired speed below. Of course, this is only an example and you would have to replace object1 (in both places) with the name of the object to be followed.


How can you make an object follow another after a key press in Game Maker?

If you want to make an object follow another on demand (which i assume is your goal) then in the object you want, maske an action. For example - keyboard press F. In this action put what will happen.There are basically three options (although there is probably some complicated code for advanced games).1. Move TowardsX object name here.xY object name here.y2. Step TowardsX object name here.xY object name here.y3. Step AvoidingX object name here.xY object name here.yFor all of these you have to specify the speeds of the object that is moving towards the other. And there are some slight differences in each but choose one that suits your game.I hope this information was helpful.


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.

Related Questions

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.


How do you change objects not sprites in game maker 7.0?

Change to another object with the same sprite


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 a sprite attack in game maker 8?

First you need to make an object than make bullets or a fist sprite and say when key space is pressed change sprite into the fist punching one or create object bullet going towards the way you were facing


How do you make a sprite shoot in game maker?

A sprite cannot contain code.


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"


In game maker how do you make a sprite go to the edge of a platform then turn around?

Make an object about the size of your charachter(persionally i would give it the players sprite) and make it not visible and add a collision event with the object you want to turn around. In that put an event [reverse horizontal speed] and you are done! !!


Where do you get a free easy sprite maker?

Great free utility for sprite and tile design . http://tilestudio.sourceforge.net/


How do you separate sprite tiles on game maker?

In the file menu of the sprite editor, click create from strip


Where Do You Get A Pokemon Sprite Maker?

Pokemon sprites can be made on paint


How do you give an object a vertical speed in game maker 7?

use the action with the big up arrow


How do you make a Sprite movie on Windows Movie Maker?

I've posted the URL to a site below that might be helpful in making your Sprite movie:http://chaoticcomics.comicgenesis.com/sprite.htmOnce you have produced the Sprite movie, you will need to make sure it is in a compatible format for use in Windows Movie Maker.