Tuesday, November 15, 2011

[Game Maker] Text Menu

          It's been a long time since I made and shared Game Maker example in the other site. This time I remade it and posted it here. This one is text menu example. I use array to create the text menu. For the simple cursor at text level, it is enough to use the function same as text. The cursor is moved using up or down arrow. Feel free to use it. Be sure to read the readme.txt for see the credit and license.

Example
Text Menu

Screenshot



Download
Mediafire
Ziddu

Note
- Made with Game Maker 8.0
- Free to use but be sure to credit (read readme.txt for detail)




[Game Maker] Shooting Rocket

          Hello, Reader ^^! This time I made a shooting rocket example for Game Maker. It is a about how to create an instance and then destroying it by using a missile. The missile also comes from a missile pod. When the missile hits the wall, it will create a simple explosion animation. Feel free to use but don't forget to give credit =). Be sure to read the readme.txt for see the credit and license =). See you other time ^^ !


Example
Shooting Rocket


Screenshot




Download
Mediafire
Ziddu


Note
- Made with Game Maker 8.0
- Free to use but be sure to credit (read readme.txt for detail)








[Game Maker] Growing Sun

          Hello Game Maker Engine User ^^! This time I made a growing sun example. The main point of this example is how to scale image. The image scale has two part: image_xscale and image_yscale. Both are affecting on the scale of the x scale and the y scale. Feel free to use it ^^! Only one thing I ask is to include Vsio Stitched in credit =).


Example
Growing Sun


Screenshot



Download

Note
- Made with Game Maker 8.0
- Free to use but be sure to credit (read readme.txt for detail)





[Game Maker] Rock Rain

          Hello Game Maker Engine User ^^! This time I made rock rain example. The main point of the example is to demonstrate how to create a rain effect with certain scale to create the feel of the depth of the rain. You need to use random(value) function too to create a randomize rain. Okay, that's all! Feel free to use it ^^! Only one thing I ask is to include Vsio Stitched in credit =).

Example
Rock Rain

Screenshot



Download
Mediafire
Ziddu

Note
- Made with Game Maker 8.0
- Free to use but be sure to credit (read readme.txt for detail)








[Game Maker] Flash Screen

          Hello Game Maker Engine User ^^! This time I made flash screen example. The flash screen effect is usually used for something very bright or powerful flash. The main part of the flash screen is the alarm and the the alpha of the rectangle drawing. When the alpha of the rectangle reach 1, then it starts reach back to 0. In my example, I destroy the Flash instance when it reaches below 0.

Example
Flash Screen

Screenshot



Download
Mediafire

Ziddu


Note
- Made with Game Maker 8.0 Lite
- Free to use but be sure to credit (read readme.txt for detail)








[Game Maker] Storm Rain

          Hello Game Maker Engine User ^^! Back again with Game Maker example ^^! This time I made Storm Rain example. This will demonstrate a storm rain. This also use the Rock Rain and Flash Screen example before. For rock rain, I replaced the rock into rain. For the flash screen, it will get activated after a lightning instance appears. Anyway, thank you for reading ^^! Feel free to use the example ^^!

Example
Storm Rain

Screenshot



Download
Mediafire

Ziddu


Note
- Made with Game Maker 8.0 Lite
- Free to use but be sure to credit (read readme.txt for detail)








[Game Maker] Feed The Fish

          Hello Game Maker Engine User ^^! I made feed the fish example this time ^^! The main point of this example is using move toward object function algorithm at the nearest object. The fish will move and eat the nearest pellet. It is easy to implement it because it is provided in Game Maker. Anyway, feel free to use the example ^^!

Example
Feed The Fish

Screenshot



Download
Mediafire

Ziddu


Note
- Made with Game Maker 8.0 Lite
- Free to use but be sure to credit (read readme.txt for detail)








[Game Maker] Selection Rectangle

          Hello Game Maker Engine User ^^! This time the example I made is Selection Rectangle. It is like selecting icons in the desktop, except less feature than the usual. This one took long time to coding it. I use the instance array so I can save a lot of times creating the icon instances without having to create one object for each icon. Anyway, feel free to use it =).

Example
Selection Rectangle

Screenshot



Download
Mediafire

Ziddu


Note
- Made with Game Maker 8.0 Lite
- Free to use but be sure to credit (read readme.txt for detail)








[Game Maker] Charge Shooting

          Hello Game Maker Engine User ^^! This time the example is Charge Shooting ^^! This example will show how to charge shoot attack by holding the mouse clicking. Each level will shoot different type of energy bullet. For the ammo, I use image_index which image_index has different sprite. It depends on the level of the gauge. Anyway, feel free to use it =)!

Example
Charge Shooting

Screenshot



Download
Mediafire

Ziddu


Note
- Made with Game Maker 8.0 Lite
- Free to use but be sure to credit (read readme.txt for detail)







[Game Maker] Drag And Drop

          Hello Game Maker Engine User ^^! This time the example is Drag And Drop ^^! This example will demonstrate how to drag an instance and to drop the instance using the mouse click. The GML script might be long, but I use get instance id to get the local variable of the instance easier. Anyway, feel free to use the example ^^!

Example
Drag And Drop

Screenshot




Download
Mediafire

Ziddu


Note
- Made with Game Maker 8.0 Lite
- Free to use but be sure to credit (read readme.txt for detail)








Monday, October 10, 2011

Viruengex is Born!

Viruengex is Born!
This blog shall be a list of example (game, program, or misc) made from an engine.
You may use the example posted here.