answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How do you make something affect only part of an object in game maker 8?
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.


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 an object appear on game maker in code?

use the instance_create function


How do you make an object at the position of the mouse in game maker?

write something like this.... { jump_to_position(mouse_x,mouse_y) } if you have any questions or if it doesnt work just add a discussion


What does the setting the depth to - 10 for an object do in game maker?

Depth determines whether it shows up under or below an object if an object collides with it.


What is a instance on game maker?

An instance is most commonly a [Object] placed on a [Room] -Battlemaster1


How do you make a object create behind another object in game maker?

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


Is Game Maker a game engine or something else?

Game Maker is advanced game creation engine. It is designed to create games easily, without requiring the users to have a speck of knowledge on programming.


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

Change to another object with the same sprite


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

Have it move without gravity keeping it on the ground.


Where can i get a Mario game maker?

Game Maker 8.1 by Mark Overmars is great for platformer style games. I suggest making something else than a Mario game though; people are tired of them.


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

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