Resources
Showing all gamemaker resources in the category Scripts.
Trig Scripts by leif902
Calculates the nth solution of the arcsine or arccosine of a value.
XOR Swap by leif902
A simple example in GML of the famous XOR Swapping algorithm for exchanging the values of two non-equal variables without using a buffer. For more information see the wiki article on XOR swapping.
Sprite Edit by leif902
Allows sprites to be edited dynamically at run-time using the standard GML drawing functions. Supports poly-frame animations.
Jumpthrough platforms. by Bill23
This allows you to create jump through platforms that work with multiple characters. It's very easy to understand, and can be easily added to any platform game. Pleas give credit if used.
MSN search engine code by LinkHylian
This is pretty much the google search code, except I made it for MSN instead of google. I'm also going to make a Yahoo! version as well.
Make a Maze / Find a Path by bukster
Two scripts in a demo that will draw a computer generated maze on the screen. Press space for a new maze or p to see a path from the start of the maze to the end point.
Use this for games where you want lots of different mazes. So you don't need to design every stage, just use one with a different maze everytime.
This is the same maze drawing/path finding system I used in my game "Hall of Shadows". I've included instructions in the code so you can make the mazes bigger if you want.


