Levels Or Scenes As Scores

Discussion in 'How Can I...?' started by clenard, Sep 30, 2016.

  1. clenard

    clenard Boxer

    Joined:
    Sep 8, 2016
    Messages:
    11
    Likes Received:
    2
    Hey guys,
    This might be a stupid question, but I can't seem to find an answer for it.
    I want to treat each scene in my game as a level, but how can you track that without using "distance" (ie, 1,324)?
    If the user gets past the first scene it should track it as a score of "1".
    Also, is there a way to have the score appear at the top of a vertical scrolling top without it moving downwards?
    Thanks!
     
  2. heathclose

    heathclose Miniboss Boxer

    Joined:
    Jan 28, 2016
    Messages:
    1,810
    Likes Received:
    1,026
    You can set an invisible coin that stretches the entire length or width of your scenes that reward either one coin or one point and then you can keep track that score on the user interface
     
    clenard likes this.
  3. clenard

    clenard Boxer

    Joined:
    Sep 8, 2016
    Messages:
    11
    Likes Received:
    2
    Awesome, it worked perfectly. Thanks!
     
    heathclose likes this.

Share This Page