Reverse Score Counting Label [buildbox 3]

Discussion in 'How Can I...?' started by itzonator, Jul 12, 2019.

  1. itzonator

    itzonator Serious Boxer

    Joined:
    Dec 18, 2017
    Messages:
    594
    Likes Received:
    228
    Hey Boxers,

    Does anyone know how to add a score label on UI that’s counting backwards? Not from 0 to 90, but to count from 90 to 0?

    I heard that there might be a font hack for this, but can you provide more details on how to actually do it.

    Thanks,
    Itzo
     
  2. viking

    viking Avid Boxer

    Joined:
    Sep 25, 2015
    Messages:
    160
    Likes Received:
    77
    Hello itzonator.
    You need to find a font with no minus sign or remove the - in a font sofware...
    When you have -100 in score, you’ll see 100 in the ui.
    Useful when you want to change level or lose when score reach 0 with the event observer...
    Best to u
     
    itzonator likes this.
  3. itzonator

    itzonator Serious Boxer

    Joined:
    Dec 18, 2017
    Messages:
    594
    Likes Received:
    228
    Thanks man, that is what I heard, do you have by any chance that font for download :)

     
  4. viking

    viking Avid Boxer

    Joined:
    Sep 25, 2015
    Messages:
    160
    Likes Received:
    77
    No not on me
    @ZackGriset did a great tutorial for it
    Check also this

    You have a font link in the description
    Best to you
     
    itzonator likes this.
  5. itzonator

    itzonator Serious Boxer

    Joined:
    Dec 18, 2017
    Messages:
    594
    Likes Received:
    228
    @viking hey man, I managed to do it when linked Add Point node to Start node of Actor to the negative amount of example -90, since that IF font does not have + or - in it, it's displaying 90, instead of -90, then when action is taken, I have set on complete action to be +1 until get to 90. So -90 + 90 = 0. I needed to show 0 when the level is complete, and event observer triggers when 90 point have been collected. But since event observer cannot be 0, I set it to 1 and adjusted the amount to -89 instead of -90 and it worked. :)
     
    viking likes this.
  6. viking

    viking Avid Boxer

    Joined:
    Sep 25, 2015
    Messages:
    160
    Likes Received:
    77
    Lol great
     

Share This Page