Game Maker Studio: Create a Custom Mouse Pointer & Gun Target Shooter. Plus, Collect Ammo & Score.

Channel:
Subscribers:
272
Published on ● Video Link: https://www.youtube.com/watch?v=Rpjq35Ka91g



Duration: 27:08
53 views
0


Visit my anime and game site: http://mcanime1.wixsite.com/mcanime

GMX File: https://bit.ly/2OKchr6

Target:

Events:

Create

Actions:

Jump to Position:

x: mouse_x

Y: mouse_y

Step:

Actions:

Jump to Position:

x: mouse_x

Y: mouse_y

Be sure its set to Persistent: Player02, which is the score

Events:

Create

Actions:

global.player2_score=0

Events:

Draw

Actions:

draw_text(1500,60,string(global.player2_score))

Be sure its set to Persistent: ammo:

Events:

Create

Actions:

Set the score to 20

Events:

Draw

Actions:

Set font to font0

draw_text(50, 50, score);

Set color: white

getammo & outof

Events:

Collision fire

Collision outof

Actions:

Play Sound

Set the score relative to 10

Be sure set to self: Destroy the instance

Else

global.player2_score+=1




Other Videos By MC Designs


2018-02-04Game Maker Studio: How to Create Special Effects.
2018-01-21Game Maker Studio: How to Make you’re File Image Icons Larger on Screen.
2018-01-13Game Maker Studio: How to Create a Mini Map.
2018-01-08Game Maker Studio: How to Create Lives & Healthbar for Player & Boss.
2017-12-09Game Maker Studio: How to select a player & continue background sound.
2017-12-01Game Maker Studio: How to Swim in Water, show Bubbles & Splashes.
2017-11-26Game Maker Studio: How to Stack & Use Objects in you’re game.
2017-11-23Game Maker Studio: How to Create Checkpoints in you’re game.
2017-11-19Game Maker Studio: How to Create Random Objects, Instances & Timing Objects Out.
2017-11-18Game Maker Studio: How to Animate an Object, using a Path, Alarms, & Images.
2017-10-31Game Maker Studio: Create a Custom Mouse Pointer & Gun Target Shooter. Plus, Collect Ammo & Score.
2017-09-26Game Maker Studio: How to Create a Path & Fire Weapon in all Directions.
2017-09-24Game Maker Studio: How to Create Alarms for you're Objects.
2017-09-16Game Maker Studio: How to Make Something Happen, Later in the Game.
2017-08-12Game Maker Studio: How to fire Ammo in all 4 Directions. Make barrels Move then Stop.
2017-07-29Game Maker Studio: How to Create Variables & Enemy Direction Follow.
2017-07-22Game Maker Studio: How to Shoot Ammo, Gain Ammo and Change Weapon.
2017-07-22Game Maker Studio: How to Create Rain, Splashes, and Thunder.
2017-05-20Game Maker Studio: How to use Persistent Objects, Different Message Box & Reset Room.
2017-05-20Game Maker Studio: How to Use the Pause Code to go Back to Room you were just in.
2017-05-13Game Maker Studio: How to Collect Keys, Open Doors, Switch Objects & Parent Objects.



Tags:
android
pc
computer
device
how
learn
teach
mouse
pointer
gun
target
score
ammo
create
find
position
global
relative
instance
collision
custom
collect