Hello! This tutorial will teach you how to make Hud for anything you want; Itens to collect and Itens counts in at the screen.
The video content includes:
– HUD engine
– Item Count engine
– Drop system
– Enemy Life
– Hurt Engine
Part 1: Advanced Movement & Collision
Part 2: Attacking with Animations
Part 3: Advanced Enemy AI
Part 4: Collectables , Itens and HUD ( Life, Mana, Coins, Itens)
Part 5: Use Itens
Part 6: Inventory
Part 7: Text Box
Part 8: Shop
Hope you enjoyed ! Let your like and subscribe if you want more Game Maker content , this will help us supporting the channel .
Thanks for watching
Nguồn: https://popadrados.com/
Xem thêm bài viết khác: https://popadrados.com/game/
Xem thêm Bài Viết:
- 10 Things You Should Never Google (WARNING GROSS)
- Ant Colonies | Baby Panda Explore The Life Cycle Of Ant | Learning Game
- BEST PARKOUR GAMES IN DREAMS!?! | Dreams PS4 – Mirror's Edge & True PK/FR Cove
- SNES Longplay – Spawn: The Video Game (Acclaim, 1995)
- Trove's End Game : Episode 6 : Lunar Lancer @31.2k PR (Trove Xbox One)
Wow, this channel it's absolutely amazing the codes are amazingly easy and easy to understand, you are better that MUCH of the big GMS programmers, you make it for the people and not for the money, but i have a little feedback for you, try to improve the visuals of your tutorials, because with the style that they have right now people will think that is a untrustworthy tutorial, but anything else is incredibly well done!
I keep getting a crash when my player collides with coins, lifebottles or enemy. There is something in my collission event scripts that must be missing.
Here is the error Im getting:
FATAL ERROR in
action number 1
of Step EventobjEnemy
for object objPlayer:
Variable <unknown_object>.life(100000, -2147483648) not set before reading it.
at gml_Object_objPlayer_CollisionEvent_4_1 (line 2) – global.life -=1
Heres the objEnemy script for my objPlayer:
if hurt = 0 {
global.life -=1
hurt = 1
}
I can also not get my HUDs to work either so that could be connected.
I can kill him just fine, its just when HE attacks ME.
I figured its probably the same error on all of the collisions. Anyone???
this is the best tutorial that I've ever seen, simple instructions, easy codes, i must subscribe you in return
My player does not die. It remains at the last heart and the animation plays back and forth between half a heart and full heart
I miss the push back effect when you hit the ennemy otherwise all looks good.