Display Two Different Scores

Discussion in 'How Can I...?' started by redcoder, May 3, 2020.

  1. redcoder

    redcoder Boxer

    Joined:
    May 24, 2019
    Messages:
    4
    Likes Received:
    0
    Hi, i want to have two different score display.
    Let say I have the actor, if collide with object A, will pass 1 point to object P for display, if collide with object B, will pass 2 point to object Q.
    How can I achieve that?
     
  2. sws

    sws Boxer

    Joined:
    Apr 20, 2020
    Messages:
    26
    Likes Received:
    6
    The easiest way may be to increase the score by 1 point if collide with object A, and increase coins by 2 if collide with object B (or vise versa). Even though you do not actually use coins, the user will simply see both scores displayed on the UI.

    Another way would be to create your own variables, but that involves custom scripting.
     
  3. redcoder

    redcoder Boxer

    Joined:
    May 24, 2019
    Messages:
    4
    Likes Received:
    0
    Hi sws, I want to show the score in two different score display. I think BB only allow one score display.
    Mind to give me an idea of the custom scripting ? To use Send/Receive node? or to use Save Var and Load Var nodes?
     

Share This Page