Resources
Showing all gamemaker resources in the category Scripts.
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
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.
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?
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
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.
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
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
Date & Time Engine by da sjoerd meister
tis code makes a square with time and date
give credit if used :p
