Game Maker 8.1: Fake 3D FPS, How to Create Getting Hit Face Changes.

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



Duration: 10:13
137 views
0


If you would like to Donate with PayPal, click here, https://bit.ly/2VjqVYP, thank you.

(Note:) If you don't have Game Maker 8.1. You maybe able to use Game Maker HTML 5.

Visit my Search Arena site: https://searcharena.wordpress.com/

GM81 File: https://bit.ly/2G3HGm8

(Note): One thing I did not show on the video was when you die.

Go to "obj_player"

Go to "No More Health" there is a "Change sprite spr_face to subimage 3, this will show the bloody face looking down.

Then after you "Sleep for 1000 milliseconds", because you want to show the bloody face icon, before it jumps to the "End game screen".

Remember in Game Maker Studio, Sleep was taken out of the program, so you have to use a Timer instead.


obj_faces, Depth -1000

Events:

Create

Actions:

image_speed = 0;
image_index = 0;

obj_barrel_exp

Events:

Create

Actions:

Change sprite into spr_faces

subimage: 2

speed: 0

Events:

Animation End

Change sprite into spr_faces

subimage: 0

speed: 0

obj_player

Events:

No More Health

Actions:

Change sprite into spr_faces

subimage: 3

speed: 0

Sleep 1000 milliseconds, redraw true

Go to room end_game




Other Videos By MC Designs


2019-03-09Game Maker Studio: How to Create Slide in Fade using Code.
2019-03-09Game Maker Studio: How to Create Fade In using Code.
2019-03-03Game Maker Studio: How to Master Resetting Score & Timer.
2019-03-02Game Maker 8.1: How to Create a Moving Fireball.
2019-02-23Game Maker 8.1: (Part 2) How to Create a Second Gun, & Ammo Countdown.
2019-02-23Game Maker 8.1: (Part 1) How to Create a Second Gun, & Ammo Countdown.
2019-02-16Game Maker 8.1: (Part 3) How to Reuse Shot Gun, once you have Ammo & Custom Message.
2019-02-10Game Maker 8.1: Fake 3D FPS (Part 2), How to Unlock a Door & Change Face icons.
2019-02-02Game Maker 8.1: Fake 3D FPS (Part 1), How to Pickup Gun, Ammo, & Top Down.
2019-01-26Game Maker 8.1: Fake 3D FPS, How to Create Monsters.
2019-01-26Game Maker 8.1: Fake 3D FPS, How to Create Getting Hit Face Changes.
2019-01-19Game Maker 8.1: Fake 3D FPS, How to Create a Begin & End Screen.
2019-01-19Game Maker 8.1: Fake 3D FPS, How to Create a Custom Message Box for Ending Game.
2019-01-13Game Maker 8.1: Fake 3D FPS, How to Get Hit, End Game, Destroy & Stop at Barrels.
2019-01-12Game Maker 8.1: Fake 3D FPS, How to Create a Weapon, Health Bar, Doors, & Plants.
2019-01-06Game Maker 8.1: (Part 2) How to Create D3D Setup, Camera View, Player, Floor, Ceiling, & Walls.
2019-01-06Game Maker 8.1: (Part 1) How to Create D3D Setup, Camera View, Player, Floor, Ceiling, & Walls.
2018-12-24Game Maker Studio: How to Collect Items in you’re Item Box, using Image Indexing.
2018-12-23Game Maker Studio: How to Move in Wind.
2018-12-16Game Maker Studio: How to Create Text Arrays, for a Inventory System.
2018-12-08Game Maker Studio: How to Create a 2 player Split Screen & Use the Keypad.



Tags:
windows
pc
computer
sprite
index
face
change
hit
getting
move
3d
3D
fake
maze
barrel
explosion
collision
learn
teach
how
game
maker
gm
fps
first
person
shooter
damage
destroy
gone
gm81
website
animation
end
sub
speed
spr
faces
image
show
collect
health
yellow
blink
die
blood
bloody
sleep
milliseconds
timer
control
studio
after
next
room
redraw
create
make