fullscreen Read more

Game Maker: selecting multiple instances

I would like to show a simple method to work around a limitation of the Game Maker collision functions. This method works with all the collision functions that select an instance of an object, such as instance_place, instance_position, collision_line, etc.. These functions return the id of the object being collided if they succeed, otherwise return […]