Resources
Gamemaker resources
Data Sorting Extension by Yourself
Game Maker does provide a fast way to sort data in list data structures, but this extension provides a much more flexible way to sort data in both arrays and lists. This can come in handy if you have a list that contains many instance IDs and you want to sort them by depth, or x coordinate, or any other property. The data can be sorted according to any criteria you wish and it's as easy as adding a single script. See the included documentation for more.
1001 Sound Effects Part One: Arc... by gotxbrains
Part one of a series of sound effects for your game. This one includes sound effects from various Arcade games, etc. 52 SE in part one.
Wave pad by coco13
This program records sounds that come from your computer. Its an internal sound recorder so no microphone is needed. This can be used if you want to record music that is on a game while the game is playing.
Enjoy
^_^
Self-Operating Input Box! by Stupid Ninjer
Well when i design the UI's for all my games I often use input boxes rather than the tradtional 'get_string', so I decided to make a self operating script to do all the work for you.
This script includes:
- Ability to move left and right in text
- Hold down left/right/backspace will automaticly repeat every 3 steps
- Adjusts timers to game fps (Same speed whether lagging or not)
- Ability to click somewhere in typed text to warp "|"
- Max character lengths
- Different types of inputs (Letters/Digits/Lowercase/Uppercase etc.)
- No need to set any variables in create
- Text automatically gently fades
There is only two downfall to this script (Nothing Major);
- You cannot operate more than one input box per object
- After some thought no longer draws a background (You can do that?)
(<x1>,<y1>,<width>,<height>,<max chars>,<font>,<color>,<fade alpha>,<text type>,<"|" pos>);
Example Of Operating Script:
my_font = font_add("Comic Sans Ms",10,0,0,32,127);
draw_set_color(c_black);
draw_rectangle(5,5,200,25,1);
input_box(5,5,195,20,15,my_font,c_black,1,-4);
Mario props by Novashawnee
Mario tiles blocks and more for your games!
Please add credit to any game used by theses pics.
actually mega mario master pack!... by Chris Rosenfeldt
see it and find out! mario mega pack!
1001 Sound Effects Part Two: Com... by gotxbrains
Part two of a series of sound effects for your game. This one includes Comical Sound effects. 52 SE in part one. 10 SE in part two. 62 SE total.
1001 Sound Effects Part Three: S... by gotxbrains
Part three of a series of sound effects for your game. This one includes Science Fiction Sound effects. 52 SE in part one. 10 SE in part two. 90 SE in part three. 152 SE total.
