Moving Platforms: horizontal, vertical and circular

T

TheGameMakerGuide

Guest
GM Version: Gamaker Studio
Target Platform: All
Download: https://dl.dropboxusercontent.com/u/48101751/MovingPlatforms.gmz
Links: Original Topic

Summary:
In this tutorial I show how to implement moving platforms using an interesting approach.

Tutorial:
Horizontal Moving Platforms:
In this video tutorial I'll show how to create moving platforms for your platform games.


Vertical Moving Platforms:
In this second part I'll be explaining you how to implement a vertical moving platform with just a few modifications to the first one.


Circular Moving Platforms:
In the final part of this tutorial series I'll be showing you how to implement a circular moving platform. Unlike the previous examples, for this platform we'll have to compute the position for both directions: x and y.

 
Top