Sorry: You Must Be Logged In To Perform That Action.

Resources

Showing all gamemaker resources in the category Scripts.

  • Currently 3.0/5 Stars.


final fantacy 3d air ship model by roa

title says it all, its pretty cool i think, enjoy

there might be more 3d final fantacy stuff coming soon from me
please dont claim as own and give credit if you want

  • Currently 2.0/5 Stars.


Easy Password script by ZigZag64

It's a password script that when you type in the password, you travel to the room.
Simple as that, hope youhave fun! Plz give credit.

  • Currently 3.0/5 Stars.


Password script(new method) by Toukan

Password script

NEW METHOD AND LARGER EASY

  • Currently 3.0/5 Stars.


Cheat Collection by coolwhip850

This script creates sort of a "collection" of cheats. You add your own cheats with the easy-to-edit script. Try it, what have you got to lose?

  • Currently 3.0/5 Stars.


Simple Sign up and Log in by BadFood

Completely offline Signup/Login system.
Seems a bit pointless, but some people want this in their games...

You will need to make 2 instances: A login and a signup button.

Works with light and pro, although if you have pro, you could easily do something alot better XD

  • Currently 3.0/5 Stars.


Key pressing script by powuhhh

First you put the step event then drag the execute script,
if it's a code then type:

if keyboard_check_pressed(vk_up) // You can also move diagonal
vspeed = -4

if keyboard_check_pressed(vk_down) // You can also move diagonal
vspeed = 4

if keyboard_check_pressed(vk_left) // You can also move diagonal
hspeed = -4

if keyboard_check_pressed(vk_right) // You can also move diagonal
hspeed = 4

if keyboard_check_released(vk_up) // If you release the key the player will not move
vspeed = 0

if keyboard_check_released(vk_down) // If you release the key the player will not move
vspeed = 0

if keyboard_check_released(vk_left) // If you release the key the player will not move
hspeed = 0

if keyboard_check_released(vk_right) // If you release the key the player will not move
hspeed = 0
It's okay if there's no comment.
The one that has 2 slashes, it's a comment.
If this won't work just simply change it.

  • Currently 3.0/5 Stars.


CHEAT CODE SCRIPT by Toukan

MY OWN CHEAT CODE SCRIPT

  • Currently 0.0/5 Stars.


Make an object turn to face the ... by Brando47

Makes your object turn to face the mouse
Could be used to make the object face another object
Hope this helps because it took me a while to work out how to do it

  • Currently 3.0/5 Stars.


Game Commands Plus V1.5 by charl3s74

This includes the following commands:

quit/ | Quit the game
save/ | Save the game
load/ | Load a game
menu/ | Go to room0.
delete/ | Delete a save

  • Currently 2.0/5 Stars.


Date & Time Engine by da sjoerd meister

tis code makes a square with time and date
give credit if used :p