Posts Tagged ‘Platform’

TheSnidrs Topdown\Platform Fake 3D

Written on November 13th, 2009 by admin2 shouts
This is my w3D engine (short for wannabe 3d), a fake 3d engine perfect for platformers and topdown games. The engine is simple to use, as long as you know how to use the draw event.

Collisionless Platform Example

Written on October 10th, 2009 by adminno shouts
Have you ever wanted to make a platfrom game, but got frustrated by how messy all the collision events were? Try this example. A little note: You can create more wall objects of different sizes, and have their parent be obj_ground, and it’ll work.

Jump Through Platform

Written on October 10th, 2009 by adminno shouts
This is a small example of a simple jump through platform, it makes the platform non-solid long enough for you to jump through and makes it solid again. Originally Uploaded by Mast3rmind

Platform Slopes

Written on October 10th, 2009 by adminno shouts
This example will show you how to create slopes that your player can walk up and down in a side view platform game. Download includes both a .gmd for GM 5x and a .gm6 for Game Maker 6x