Any Count Down Point / Coin System?

Discussion in 'How Can I...?' started by sysads, Mar 30, 2017.

  1. sysads

    sysads Serious Boxer

    Joined:
    Oct 8, 2015
    Messages:
    885
    Likes Received:
    353
    I was wondering if its possible to count down a given number of coins or points.

    Example:

    if I have a ball that spawns, I want the game to end when 10 balls had been spawned. the can be checked using the observer but I want the counter to count down from 10 to 0 rather than from 0 to 10.

    Gurus please help.

    Thanks
     
  2. jcalle

    jcalle Miniboss Boxer

    Joined:
    Sep 25, 2015
    Messages:
    1,192
    Likes Received:
    540
    You can do this by adding a custom font, where:
    1 is a 10
    2 is a 9
    3 is a 8
    4 is a 7
    5 is a 6
    6 is a 5
    7 is a 4
    8 is a 3
    9 is a 2
    10 is a 1
    11 is a 0
     
    Last edited: Mar 30, 2017
    Christoph likes this.
  3. Elite

    Elite Boxer

    Joined:
    Jul 3, 2016
    Messages:
    4
    Likes Received:
    2
    https://www.buildbox.com/forum/index.php?threads/star-rating-for-levels.5771/
    Use the above ^^ and you can do a similar thing so make your custom text so it starts from 10 or your total and then goes down to 0.
     
  4. sysads

    sysads Serious Boxer

    Joined:
    Oct 8, 2015
    Messages:
    885
    Likes Received:
    353
    Thanks but how does this work if I am counting down from 99 to 0?
     

Share This Page