Level Cleared Reward

Discussion in 'How Can I...?' started by JorianID, Feb 28, 2018.

  1. JorianID

    JorianID Boxer

    Joined:
    Feb 26, 2018
    Messages:
    2
    Likes Received:
    0
    Hello everyone,

    I am making a space shooter game (like space invaders) and I made some levels with a level cleared screen at the end. I want it to be that when you clear a level you get a win bonus, like 75 coin for example. For this example i have just made a label that says 75 but in the real game i want to add the 75 to the total so it becomes 95. I can't find anything online for help so if you guys could help it would be awsome. Thanks in advance!

    This is the example:
    Buildbox Help.png
     
  2. Wapps1

    Wapps1 Avid Boxer

    Joined:
    Oct 23, 2016
    Messages:
    144
    Likes Received:
    68
    This way it will not work in Buildbox at the moment.
    You have two options:

    -The last step where the user wins the game you have a action object with 75 coins.
    But than its not splited like in your image.

    -to get this 75 coin bonus, make a purchase button (maybe a gift-box image..) on the game-over UI - you can animate it and make it bigger other or so, that the user knows to klick on it. In this purchase button you can add a action with 75 coins and set to free
     
  3. AaroArts

    AaroArts Miniboss Boxer

    Joined:
    Jun 22, 2016
    Messages:
    1,546
    Likes Received:
    826
    Just use an Event Observer at Game Over, that redirects you to a new UI that offers the Bonus and use an Action Button so they have to claim it.

    I do this in Ninja Dive. When the Player scores between 10-20 they get 10 extra Coins, 20-30 gives 20 extra Coins, 30 to 40 gives 30 extra Coins and anything over 40 gives 40 extra Coins.
     
    itzonator likes this.

Share This Page