Jump to content


falconfetus8

Member Since 03 Feb 2012
Offline Last Active Feb 15 2013 11:19 PM

Posts I've Made

In Topic: Array Inventory

18 September 2012 - 04:16 PM

If I'm not mistaken, you'd access an array from another object the same way you would a variable.  Just do object.array[2,3] = value;

In Topic: GMare

15 September 2012 - 08:21 PM

I would really appreciate a response from the creator/someone, here. I'm very interested in an alternative room editor for gamemaker, but so far I haven't had any response.

In Topic: Minecraft game lag problem

30 August 2012 - 04:24 PM

If I were you, I wouldn't use objects as blocks. The deactivation solution won't work because any mobs that are offscreen will fall through the deactivated blocks and die. What you should do instead is use a ds_grid, as the person above me said. Instead of using the collision event, use a collision_rectangle inside of a for loop.

In Topic: GMare

26 August 2012 - 08:00 PM

It won't let me create a new room; the "OK" button is grayed out, and no matter how I change the settings it won't let me click it. Is this a bug, or am I doing something wrong?

In Topic: Sk2d: 2d Skeletal Animation System

16 August 2012 - 07:37 PM

I am using GM 8.1 standard. The fact that it's saying "external exception" leads me to believe that it is an issue with the extension. I'll look again to see if there's something on my end causing it(perhaps I passed an argument wrong or something? I'll have to check.), but I seriously doubt it.