Coin Functionality

Discussion in 'How Can I...?' started by Pixelateddaddy, Aug 20, 2016.

  1. Pixelateddaddy

    Pixelateddaddy Boxer

    Joined:
    Jun 15, 2016
    Messages:
    42
    Likes Received:
    6
    Hello I've seen some posts similar to this but none with an answer.


    How can I make it so when the player reaches a certain number of points from coins they unlock level 2 and a level complete screen comes up letting them know they can proceed to it? Please help and thank you.
     
  2. cpullma1

    cpullma1 Boxer

    Joined:
    Aug 12, 2016
    Messages:
    26
    Likes Received:
    16
    I think if you place an event observer inside the menu UI you can set the event type to a certain number of coins
     
  3. ZikZak

    ZikZak Boxer

    Joined:
    Jun 22, 2016
    Messages:
    39
    Likes Received:
    8
    As cpullma1 said, add an 'event observer' with 'Event Type' set to 'Session Coins' (or according to which score type you're using), and 'Session Total' to the amount of collected coins. Add a new UI and link it to the event observer. Inside the new UI, add a 'Congrats' message or something like that, then add a navigation button and link it the new world (level).
     

Share This Page