Resources

Showing all gamemaker resources in the category Scripts.

  • Currently 3.0/6 Stars.


Google search code by Canon

This code opens a google search page

  • Currently 3.0/6 Stars.


Trig Scripts by leif902

Calculates the nth solution of the arcsine or arccosine of a value.

  • Currently 3.0/6 Stars.


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.

  • Currently 3.0/6 Stars.


Sprite Edit by leif902

Allows sprites to be edited dynamically at run-time using the standard GML drawing functions. Supports poly-frame animations.

  • Currently 3.0/6 Stars.


analog clock by dll1024

show an analog clock in room
sent by naser mirzaee

  • Currently 3.0/6 Stars.


Draw Grid by eseneses07

A simple script for drawing a grid in the game window.

  • Currently 3.0/6 Stars.


Draw Mouse Position by eseneses07

Draws the position of the mouse on the screen.

  • Currently 4.0/6 Stars.


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.

  • Currently 4.0/6 Stars.


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.

  • Currently 4.0/6 Stars.


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.

Add New Resource | 1 2 ... 4