Updating Mah Tools!

Sooo, been doing a lil’ prepwork, so I figured I’d post a couple of extensions I’ve been putting together for all the Game Maker users out there. What they do is kinda random, but who knows, maybe someone will find it useful like me. ๐Ÿ˜€

  • GM Mouse Ext – Adapted from a DLL someone else made (I like the GEX format better). Adds functions to load and use ANI/CUR files as mouse cursors, and functions to contain the mouse to a screen region. [download]
  • Line2D 0.2 – Something I put together to calculate line-to-line intersections. Also features a fairly random function that generates a curve based on 3 points (stuck it in there since it uses the intersection functions). [download]

I also took the time to write some documentation so hopefully it should be clear how to use them. I hope someone finds these useful!