scripts

Share to social networks from GameMaker games

Share to Social Networks from GameMaker Games

If your game has a social aspect, such as high scores or challenges, you may want your players to be able to share their progress on social media. We’ve come up with a convenient script for the job called gm_share.

Get the hex string of a color in GameMaker

Get The Hex String of a Color in GameMaker

Sometimes in GameMaker you may want to get the hex string of a color, especially if you’re making some kind of tool or utility rather than a game! This script allows you to return a hex string of any color in code.

How to abbreviate large numbers in GameMaker

Abbreviate Large Numbers in GameMaker

If you’re adding obscenely high numbers to your own game, then you’ll probably want to abbreviate them too. We’re sharing two scripts today which show you how to abbreviate large numbers in GameMaker!

Compare Colors in GameMaker

Compare Colors in GameMaker

Does your player need to mix potions to get the right color? Maybe your game features an animal who needs to hide in a place where they’re well camouflaged. Now you can easily test the visual similarity between two colors with this GML script.