GameMaker is an easy to use card based development system which allows you to create simple adventure games with graphics, buttons, and text. There is no programming required, but it does have a small programming language which can be used to make better games. Just draw the pictures, type some text, click a few buttons, choose some options... and PRESTO, an adventure game is completed! You can then compile your game into a real stand-alone application that can be uploaded to online services. What's New: Version 3.8: New Inventory feature. New SPRITEPATH command. Buttons in main window should no longer overlap each other in OS X. Pasting text now removes the styled info so the text is the correct font and style. Fix bug that didn't let you use a negative in front of variable name (X = -Y) Fix bug that didn't hide all of the background if "hide background" selected and monitor resolution was changed. Fix bug in WINDOW command. Fix bug so non existing strings are set to "" instead of 0. |