Resources
Gamemaker resources
cool pkmn music by creature creator2
this is not mine just found it online but very useful for any pkmn game
The Dude's Library Final by dude759
All of the prevois ones are included. I fixed the ones that didn't work.
This includes:
-acceleration
-reverse
-basic controls
-jump controls
-change gravity direction
-align mouse to grid
-pause
-enemy health
-time
-do statement
-change and test views
-load sprite (pro)
-load program
-load extesion
-save extension
-current time
-test dates
-advance messages
-draw backgrounds and sprites streched and parts
-change room speed
-make object visible and/or solid
-move to mouse postion
-move towards mouse
-create object at mouse
-passwords
-users
-more
-36 colored variables (set, draw, groups, else) (new!)
-comment (new!)
In LIB format so just unzip this in C:\programfiles\Game_Maker7\lib. Lite version of Gmaker will work.
multiple screen shots by tech_droid
TAKING MULTIPLE SCREEN SHOTS:
put this piece of code in a key press or mouse event.this code asks for the player to enter a file name and then takes a screen shot of the game and saves it to whichever file the game has been saved to. Note that for this code to work the game must be saved as an excutable.
{
screen = get_string('please enter file name','name');
screen += '.bmp';
screen_save(screen):
}
Super Mario bros. level design by Mithos
The layout for every level of super mario bros. including which pipes go where etc. please use tiles to make cos these take ages to load.
Time-saving script for starting ... by Boreal
Allows you to start 3d mode with all the basic settings with only one function!
More details inside.
Please give credit!
GiiMote by Sam Whited
GiiMote is an extension for Game Maker 7 and above that can be used to add Wii Remote support to your Games.
Current Version: 2.0
Gravity Switch by mdoubledbg
this is an engine to shift the gravity back and forth of the character by double jumping. It has sillhouetted sprites from my (unposted) game Cubes.