Level-up Attributes

svnsvn Member Posts: 445
edited November -1 in Working with GS (Mac)
My game has a level-up system, where once you get a certain amount of points, you level up. How can I alter it so that as your level goes up, the amount of points to get to the next level also goes up?

Comments

  • LoadingZeroLoadingZero Member Posts: 75
    maybe you can use something like this:
    yourscorelevel = 8+(level x 2)
    or something similar increase each level goal
  • ORBZORBZ Member Posts: 1,304
    math
  • svnsvn Member Posts: 445
    What do you mean by math?
  • damienhdamienh Member Posts: 9
    you could have a attribute which every time you complete a level you save to and depending on the number depends on what level they are.
Sign In or Register to comment.