Different Kinds Of “points”

Discussion in 'How Can I...?' started by JustBraden, Feb 11, 2019.

  1. JustBraden

    JustBraden Boxer

    Joined:
    Apr 16, 2018
    Messages:
    78
    Likes Received:
    40
    I’m making a game where you need to collect 10 rocks, 10 sticks, and 10 leaves to move on to the next stage. Is there any way to store multiple values (points) at the same time? It would be great if BuildBox had more than points and coins that can be collected but is there a workaround?
     
  2. AaroArts

    AaroArts Miniboss Boxer

    Joined:
    Jun 22, 2016
    Messages:
    1,546
    Likes Received:
    826
    Unfortunately there’s only 2 types.
    Unless you collect 10 Points, 10 Coins and travel a distance of 10.

    You could also use static images on UI’s with loads of Event Observers to create a 3rd type but you’d have to make loads of UI’s.
     

Share This Page