Sunday, June 3, 2012

[Game Maker] Data Structure List Example

          Hello Reader! This time I posted Game Maker example! The example now is "Data Structure List Example". This simulates some part how to use data structure list. Using list will help to create list type collection item like list of item, list of item, list of instance, and more. Plus, adding and removing element inside the list is easier too especially the moment when you need the element, then at the moment when you don't need the element anymore. Okay, that's all I can say. Thank you for reading ^^!



Version which it was made:
- Game Maker 8.0 Pro

Download Example
- Dropbox
- GitHub








[Game Maker] Movement Direction Based on Image Angle

          Hello Reader! This time I posted Game Maker example! The example now is "Movement Direction Based On Image Angle". This simulates movement based on the direction of the image angle which affects the angle of the sprite. Use left or right to change direction while up will move forward the tank. Thank you for reading ^^!



Version which it was made:
- Game Maker 8.0 Pro

Download Example
- Dropbox
- GitHub








Saturday, May 12, 2012

[Game Maker] Shoot Direction Based On Image Angle

          Hello Reader! This time I posted Game Maker example! It's been a long time since I posted this. The example now is "Shoot Direction Based On Image Angle". This simulates how to shoot which direction is based on the image angle of the shooter. Plus, it shows how to rotate the shooter based on image_angle. Okay, that's all I can say. Thank you for reading ^^!



Version which it was made:
- Game Maker 8.0 Pro

Download Example
- Dropbox
- GitHub








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)