Questions for my game

There is no invisible object, tho :upside_down_face:
That, and I know still shots exist

2 Likes

well never mind i guessed it fixed itself :man_shrugging: :upside_down_face:

2 Likes

Yup, I’m SO sure of that :upside_down_face:

2 Likes

looks great to me!

3 Likes

How to make a health bar for zombies? I would know how to make a health system, I just don’t know how to position it to stay over their heads.
@Latif?

3 Likes

@Latif has an example on this

3 Likes

:smirk: image

3 Likes

Alllllright
So. On Once, the zombie spawns an object called Health (or whatever you want to call it) at it’s coordinates (get coordinates with extractors). Also, set health to non-solid, but enable collisions.
In an Always for the Health, it has a proximity that senses a Zombie. Set this to the position of Health. When zombie gets it, it spawns a block above it (non-solid, enable collisions), called Hit. When the Health block collides with Hit, it goes to a lower frame in its animation (make a health bar animation), and when the zombie dies, it spawns a block above it called Die. On the collision with Die, the health bar deletes itself.

3 Likes

XD
:joy:
:rofl:
I ALWAYS RESPOND :upside_down_face:

2 Likes

screenshot?

2 Likes

Try doing it yourself, then send me a screenshot
We can only learn by being dependent on our own think meats :upside_down_face:

2 Likes

lol i tried importing a spritesheet from piskel, what happened aaaa :rofl:
https://watch.screencastify.com/v/qVegt3MnOguJBGzL9jAJ

2 Likes

yeah but this time i caught it on video happening again :confounded:
https://watch.screencastify.com/v/gvyPoJAOKuFncmgtmTMB

2 Likes

ok, later bc i have school to do :tired_face:

2 Likes

Everything seems fine on my end :thinking:
Also…
This jump:
image

Impossible

3 Likes

Another huge thing: WHERE ARE THE SOUNDS
Sounds are super duper important in a game, otherwise it’s just silent.

Some other tips

  • Make a jumping animation for jumping out of the water. Perhaps a dolphin-like body arc.
  • Make death animations for the zombies
  • Make most of the zombies killable; invincible zombies is no fun
3 Likes

maybe i’ll add 1 to the jump force

3 Likes

yea, I know I need to fix all of those things, just need to find the time.
the third suggestion i know i just need to try out the health bar thing
:yellow_circle: :+1:

2 Likes

right now i’m working on walking animations

3 Likes

Here’s a basic health system if you need help:

Where you see the red arrow is where you need to insert the spawn for the Hit block (the thing that tells the health bar the zombie’s been hit), and the blue arrow indicates where you put the spawn for the Death object (if zombie dies, Health bar dies)

2 Likes