Resources

Showing all gamemaker resources in the category Scripts.

  • Currently 1.0/5 Stars.


password by sar

just use as a password to new room or something like that

  • Currently 2.0/5 Stars.


Mini-Map Toggle by bluesy_92

This will turn off a view if it is on, and turn on a view if it is off. Great if you have a view like a mini-map in the corner that you would like a toggle option to to turn on or off.

  • Currently 3.0/5 Stars.


3 useful script made by atomworld

3 useful scripts I cooked up just for you credit is not needed, unless you truly enjoyed these scripts...
info:
it is a zip file
it only takes up a mere 4 kilobytes
script a -
password script
explains to you how to make an easy password action
script b -
gravity script
a script that give out easy platform movement
script c -
light script
not used in many games but it can be useful for an RPG

  • Currently 2.0/5 Stars.


scr_menu v.1 by Martin Larsson

Includes scr_menu_init, scr_menu_step, scr_menu_draw, scr_menu_hover. Version 1.
Draws a menu like the ones at the beginning of games ("Play","Credit","Exit").
With a lot of options such as color, position, size, scale, alignment, shade, text, etc. They are all set to default so you will just make to place them in create-, step- and draw event and you'll have a working menu. Hmm, well you'll have to make a font. Name it "font_menu" or change the code in init. I prefer Arial 12 bold. I recommend you to read through the init-script if you're going to use it fully.
A really good script! I think I'll make a demo soon.
I would be pleased if credit is given but is not necessary.

  • Currently 2.0/5 Stars.


Yahoo Search Page by DAGGames

Execute this script to open up a Yahoo search engine page. I did not copy the other people who put things like this up here. I just plugged in different things into a simple line of code.

  • Currently 3.0/5 Stars.


Pause script for save function by killerbyte07

This is a simple save script with a save function added for saving several save files

  • Currently 2.0/5 Stars.


Continue script by killerbyte07

This is a continue script so if you lose all of your lives, it will ask whether you wish to keep on playing

  • Currently 1.0/5 Stars.


Motion code by shirsakbc

Create a object and place this script as a code in step event to make a freely moving character

  • Currently 3.0/5 Stars.


Multiple Passwords by Asiangotchi

Here is the script for multiple passwords, all by me. No credit required. Easy to understand and can be used for all games. :)

  • Currently 2.0/5 Stars.


draw_quadrilateral by Calebh

Draws a quadrilateral based on the x and y coordinates of the 4 corners. Note that this doesn't work for concave quadrilaterals.