• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

oop

  1. E

    GML Creating custom Data Structures with simple OOP

    GM Version: GM:S 1.4, but should work on any version if readjusted. Target Platform: Windows / All Download: here Built-in data structures are still more efficient than this method. It's purpose is to let you create your own custom data structures that do not exist in GameMaker. This tutorial...
  2. Z

    Discussion [SUGGESTION] script_execute() shortcut and more...

    I have two suggestions I'd like to make for GMS2 that I feel like is something little that would make more traditional OOP users happy. That would be a script_execute() shortcut. At the moment, we can access scripts stored in variables by using script_execute. That is great and all, but it'd...
  3. GMWolf

    Legacy GM Object Orientation in GMStudio

    GM Version: GM:Studio Target Platform: ALL Download: N/A Links: https://goo.gl/IXmvWo Summary: In this video, I discuss some major features of OO design such as Polymorphism, Composition and Inheritance, and explain how these concepts can be implemented in GMStudio. Tutorial: Thanks for...
Top