script

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.

2.5D sprites in GameMaker using Sprite-stacking

2.5D in GameMaker using Sprite-Stacking

There’s an age-old question among GameMaker users who’ve chosen the tool for its simplicity. How do I make a 3D game in GameMaker? Then you find out you need to know quite a lot of maths and how to draw primitives and vertices and you ask yourself the next question. How do I make a sort of 3D game in GameMaker, but like, easily?

How to draw text in a circle in GameMaker

Draw Text in a Circle in GameMaker

One effect that can elevate your game to a higher level is drawing your text in a circle. Whether you’re using it for a dynamic user interface, or some piece of background scenery, this simple script will help you out!