• 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!

Moving, One-Way Platforms in GMS2

matharoo

manualman
GameMaker Dev.
GM Version: 2.3+
Target Platform: All

Summary:
This tutorial focuses on creating moving platforms that can be jumped through, making them "one-way" platforms. It covers moving such platforms and allowing the player to stand and jump on it.

 

gnysek

Member
Lot of topics/solutions covered in one short video, and few other features smuggled under main topic. 10/10.

It's also good starting point for extening and improving final effect: for example platforms could move using curve easings, and instead of moveX/moveY player object will then use difference of x - xprevious to keep same smooth movement.
 
Top