Construct 2 - Health Bars Introduction

Поделиться
HTML-код
  • Опубликовано: 13 янв 2025

Комментарии • 33

  • @olkunmustafa
    @olkunmustafa 2 года назад

    Very good tutorial it explained what all I need for a custom progress bar.

  • @Nicolas_G.
    @Nicolas_G. 2 года назад

    I've been searching for a tutorial about health bars for weeks! Let's goooooo!!!!!!

  • @mobeensarwar9363
    @mobeensarwar9363 3 года назад +1

    7:14 for construct 3 you need to type: Sprite(your players name).health(what you named its health)

  • @rickgateiro
    @rickgateiro 6 лет назад +1

    Best explanation so far. Thanks a lot.

  • @Inth
    @Inth 4 года назад +1

    a bit chaotic, at some moments hard to follow other then that thanks for your work

  • @pablodara8720
    @pablodara8720 2 года назад

    OMFG so great and usefull

  • @HG-fx8kq
    @HG-fx8kq 4 года назад

    mine doesn't stops i just goes back i did everything

  • @ZaneGamesOfficial
    @ZaneGamesOfficial 7 лет назад

    thank you for this tutorial! I needed it for my school project! :D

  • @Jerementor
    @Jerementor 7 лет назад +7

    Nice tutorial! You can use lerp to smoothly animate the healthbar as it goes down. Enjoyed watching you put Bbox to use :)

    • @lukasrockdriguez5230
      @lukasrockdriguez5230 6 лет назад

      Hi there! Could you be kind enough to explain how to add the lerp? Is the only thing I missed in this tutorial. Thank you!!

  • @MiseryKira
    @MiseryKira Год назад

    How did you do to run it out of a web browser?

  • @Rioku800
    @Rioku800 7 лет назад +1

    Thanks for this! I was just using global variable, and making 1-5 Little hearts with red inside, and the red went away in portions in how many hits you've take, haha

    • @JoelleGW
      @JoelleGW 5 лет назад +2

      I HAVE BEEN TRYING TO DO THAT! HOW DO YOU DO IT!?!?

    • @ineedtherapy8339
      @ineedtherapy8339 4 года назад

      @@JoelleGW i bet he'll answer 3 years later

  • @sansgameplays5507
    @sansgameplays5507 5 лет назад

    how do i set a hotspot?

  • @noobkuriboh6894
    @noobkuriboh6894 5 лет назад

    can you make tutorial for rpg exp bar level up

    • @XanderwoodGameDev
      @XanderwoodGameDev 4 года назад

      I think there is an add on in the store you can get that does this for you. If not let me know and I'll make onec👍❤

  • @Bluemonkeyvideoman
    @Bluemonkeyvideoman 7 лет назад

    How do you make it so the Health bar does not exceed the max width when you add health?
    got everything else working so it does not exceed with when health is 0 but when health is max and I add health the health bar exceed the max width set. please help

    • @decutthroat
      @decutthroat 5 лет назад

      I am sure you have either figured this out already or given up, hopefully the former, but just encase you are struggling with it, or had to rely on a work around, here goes.
      The way he set up the stop cap at 0, you would do the same thing with max health. It should look like this "if health > max health, set health to max health". Hope it helps!

  • @fluxinmmo2229
    @fluxinmmo2229 7 лет назад

    thanks for the tut

  • @mathiasJUSTsvendsen
    @mathiasJUSTsvendsen 6 лет назад

    i've created the health bar and send it to the HUD. but somehow it wont follow the player.

    • @HypnoGF_Real
      @HypnoGF_Real 6 лет назад +1

      Make sure that the "Anchor" behavior is added to the Health bar

  • @philipcaceres2284
    @philipcaceres2284 7 лет назад

    i don't have a hotspot attribute under my properties tab :/ where can i find it

  • @enejsrok8635
    @enejsrok8635 7 лет назад

    Are u using the free version of construct 2 ? If not i wanna know if the free version have all this options to offer ?

    • @cinemalazare4850
      @cinemalazare4850 2 года назад

      a bit late but hes not using the free versopm

  • @greasycheese8095
    @greasycheese8095 5 лет назад +2

    Doesn't work

    • @XanderwoodGameDev
      @XanderwoodGameDev 4 года назад

      Did you get it working?

    • @greasycheese8095
      @greasycheese8095 4 года назад

      @@XanderwoodGameDev no, I needed it a long time ago for a class though

    • @XanderwoodGameDev
      @XanderwoodGameDev 4 года назад

      @@greasycheese8095 if you are still using construct 3 I have some tutorials that you may find helpful ❤

    • @greasycheese8095
      @greasycheese8095 4 года назад

      @@XanderwoodGameDev i am not sorry, it was a class I took in highschool

  • @UnDev_Oficial
    @UnDev_Oficial 4 года назад

    Gracias, necesitaba justo esto:
    TiledBackground.width/Player.MaxHP*Player.CurrentHP
    Thanks!!

  • @momchilbalev6062
    @momchilbalev6062 7 лет назад

    10x