hobune Channels Contact About Donate

GameMaker - Melee Attack #1

Description YT

Episode 24 – Melee Attacks (Part 1 of 2)
In this first part of a two part video, we add in a melee weapon for use if we run out of ammunition, and set it up ready to make it cause damage in part 2.

New Buy Button Code:

//Store Code
button1 = instance_create(view_xview[0] + view_wview[0]/2 -162, view_yview[0] + view_hview[0]/2 -184, obj_store_buybutton);
button1.array = 1;

button2 = instance_create(view_xview[0] + view_wview[0]/2 -162, view_yview[0] + view_hview[0]/2 -9, obj_store_buybutton);
button2.array = 2;

button3 = instance_create(view_xview[0] + view_wview[0]/2 -162, view_yview[0] + view_hview[0]/2 +166, obj_store_buybutton);
button3.array = 1

Complete Series Playlist:
https://www.youtube.com/playlist?list=PLUQ0xH2XyXgHWa-wC1X1q2sG8lzEuqzGe

*Downloads*
- FREE Royalty Free Sprites (used in this video) Download:
http://bit.ly/1GHnph0
This is a standard .ZIP file, hosted on my personal site, through 123REG. I take no responsibility for any possible ramifications of downloading this file.
- Complete .GMX File download:
http://makinggames101.itch.io
- Fonts used:
Komika Axis: http://bit.ly/1JtaNvC
Orator Std: http://bit.ly/1Hd1m0l
Digital 7: http://bit.ly/1JtaYXC

This channel is part of the Geekism Network, for more information on this and other channels visit http://www.geekism-network.com

*GameMaker: Studio*
GameMaker: Studio by YoYo Games is a fantastic free software (with premium paid options) for creating video games in an easy to use workspace. Get it here: https://www.yoyogames.com/studio

*Music Credits*
"Jazzy Frenchy", "Little Idea", "Ukelele" - Bensound.com
"Cipher" - Kevin McLeod (incompetech.com)

Licensed under Creative Commons: By Attribution 3.0
http://creativecommons.org/licenses/by/3.0/