Archive for the ‘Examples’ Category:
Full Story »
Filed under Examples
TheSnidrs Topdown\Platform Fake 3D
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.
Full Story »
Filed under Examples
Horizontal View lock while Falling
An example of how to lock the horizontal view that follows the player during certain conditions. Best described as what is seen in 2D Metroid games, where, the view follows until she goes in to the tall vertical tunnels, then it does not move left or right only up and down.
Full Story »
Filed under Examples
Particle Effects
A bunch of really neat particle effects… I’m not sure, but I think it includes a curser script in there, too. Updated 6/18/06, fixed 6/24/06 Wow, rated 4/5. OMG FIXED!! AGAIN!! I added some popcorn and an explosion that looks like crap. The popcorn is fun. Originally Uploaded by Hootie Hoo
Full Story »
Filed under Examples
Cheat Code Example
This is a small example showing you how to add cheat codes to your game, when you press th “C” key a small box will pop up asking you to enter a cheat code. This could also be modified for a simple password. The ZIP Contains both a 5.3 version and a 6.1 version of the file.
Full Story »
Filed under Examples
Collisionless Platform Example
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.
Full Story »
Filed under Examples
Context Menu Example
This is a small example of how to use the little pop up menu in GM that is similar to the Right Click context menu in Windows. Example is fully commented. This download includes both a .gmd for GM 5x and a .gm6 for GM 6x
Full Story »
Filed under Examples
Double Jump Example
This example shows a way of doing a double jump where you can quickly jump a second time when the player reaches the top of his first jump. This download includes both a .gmd for Game Maker 5x and a .gm6 for Game Maker 6x
Full Story »
Filed under Examples
Multiple Status\Health Bars
This example shows how to use variables and GML to create multiple health bars on the screen without using the built in health variable. This can help you add more depth to your game, and they can be used for many uses besides just health!
Full Story »
Filed under Examples
Invincibility On Collision
Learn how to make your player invincible and blink for a short time when you collide with an enemy object for a short period of invincibilty.
Full Story »
Filed under Examples
Older Posts »