answersLogoWhite

0

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.

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 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 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 shoot a laser on game maker 8?

To shoot a laser in Game Maker 8, you can create an object for the laser and use the "keyboard_check_pressed" function to detect when a key is pressed to shoot the laser. Then, use the "instance_create" function to create instances of the laser object at the desired position. You can set the speed and direction of the laser object in its create event.


How would a 2D sword or gun be created in Game-maker 3D from first person view?

To make a 2D sword or gun and create it in Game-maker 3D from first person view takes a lot of steps. You will have to have drawings of the object, point to the object with the camera, run the program, and have collision detection and finally performing the object to what you want it to do.


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 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 make a player shoot in a Game Maker?

Create a bullet object and then use Create Moving Instance (I think that's what it's called)Should hopefully soon be merged with How_do_you_make_a_player_shoot_in_a_Game_Maker_gameUntil then, check out the answer over there.


What are all of the game maker assignment operator codes when the code is instance create im trying to get it to create a object when people click the mouse somewhere?

In GameMaker, you can use the instance_create function to create an object when the mouse is clicked. For example, in the mouse left button event of a controller object, you can use the following code: if (mouse_check_button_pressed(mb_left)) { instance_create(mouse_x, mouse_y, obj_your_object); } Replace obj_your_object with the name of the object you want to create. This code checks if the left mouse button is pressed and creates the specified object at the mouse's current position.


How do you make a player shoot in a Game Maker game?

Create a bullet object and then use Create Moving Instance (I think that's what it's called)Should hopefully soon be merged with How_do_you_make_a_player_shoot_in_a_Game_Maker_gameUntil then, check out the answer over there.


How do you create cheats on your game maker game?

Well, there is no bulletin feature of game maker to create cheats for your games, you have to do it by your self........


What does movie maker allow you to create?

Microsoft Windows Movie Maker lets the user create video/audio projects.