Is It Possible To Make This ? Unlock Level

Discussion in 'How Can I...?' started by yEzass, Nov 9, 2016.

  1. yEzass

    yEzass Boxer

    Joined:
    Nov 3, 2016
    Messages:
    56
    Likes Received:
    7
    So yeah I want to make that if you want to unlock a next level you have to collect exact amount of coins to proceed to next level or unlock it buying with game currency. 2 options to unlock a level.
     
  2. eyal

    eyal Serious Boxer

    Joined:
    Sep 25, 2015
    Messages:
    642
    Likes Received:
    121
    yes you can - use even observer to do it and set what you want
     
  3. jerry

    jerry Avid Boxer

    Joined:
    Sep 25, 2015
    Messages:
    421
    Likes Received:
    232
    For the next level based on coin collection, add an event observer to the UI for that level and the number of coins you want to have to collect to move to next.

    Then on the menu UI where someone can unlock worlds, you put a "lock" button on the UI for each level/world you want to have unlockable and the "price" of what you want to have it unlockable.
     
  4. yEzass

    yEzass Boxer

    Joined:
    Nov 3, 2016
    Messages:
    56
    Likes Received:
    7
    So I have to set up new game over ui for every level ?
     
  5. jerry

    jerry Avid Boxer

    Joined:
    Sep 25, 2015
    Messages:
    421
    Likes Received:
    232
    Kind of depends on how you are setting up things. How many scenes do you have and are you using worlds? What happens when the user gets to the end of the scene, do you want them to loop back through until they hit the coin number?
     
  6. anngelinoo

    anngelinoo Avid Boxer

    Joined:
    Aug 23, 2016
    Messages:
    128
    Likes Received:
    40

Share This Page