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