Resources
Showing all gamemaker resources in the category Scripts.
Scripts by SM64DS
3 awesome scripts to make awesome games. No not planet gravity ^.^, or saying hello -.- but pause, changing the message background and buttons and other stuff, and keeping you from making a wall at every last edge and corner by jumping to where the object came in. Please give credit because im unpopular. NOW USE IT! Well, not specifically use it but.....nevermind.
Click and drag create a box. by squiggy
This script creates a box by clicking and dragging the mouse, like starcraft,dawn of war, ancient war,ect... If you give credit give it to slayer 64.
Planet Game (named hello) by Teknogeek850
This game was built using codes. It took me about a year and a half to figure this out correctly, so I decided to post it here! Its not really a script, but it has a bunch of scripts and code IN it. If used, you do not have to give credit.
computer non-instant turning by 4th_dimention
Every needed enemies to turn slowely toward the target but always find a glich where 0 meets 360?
In this no credit needed script you can turn right over 0 without a problem. Even better it will go in the shortest way possible every time! This script is a must have for most shooters and possibly any game type you want!
Script Partical (Tutorial) (1) by Master Designer
This Script if flare_smoke and it can be used as a flare missile it is an easy asemble one
Mouse Scripts by squiggy
3 scripts for the mouse to make objects look at the mouse, make objects move towards the mouse, and to make a cool effect at the mouse.
Top Down Player Facing Mouse by thejonjon
This is for top down shooter games , it's an code/script for making him look toward the mouse.
note:You MUST HAVE the pro edition to use these scripts/codes.
//wherever you see the word "player" , you must replace it with the name of your
//character.
{
image_angle=point_direction(x,y,mouse_x,mouse_y)
}
point_distance3d by Martin Larsson
Returns the distance between x1,y1,z1,x2,y2,z2.
Using space diagonal.
