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