Highest possible score

foldifoldi Member Posts: 21
edited November -1 in Working with GS (Mac)
What is the largest number GameSalad can handle? I'm experiencing problems with scores above 10,000,000 and am wondering if there is a limit on largest number GameSalad can handle.

Thanks.

Comments

  • AppArcadeAppArcade Member Posts: 64
    foldi said:
    What is the largest number GameSalad can handle? I'm experiencing problems with scores above 10,000,000 and am wondering if there is a limit on largest number GameSalad can handle.

    Thanks.

    If you have a problem, then obviously it does have a problem with large numbers ;D
  • foldifoldi Member Posts: 21
    Sure, but if if there's a limit, it would be nice to know exactly what it is. Meanwhile, I can make a good guess. Thanks.
  • ORBZORBZ Member Posts: 1,304
    2billion for integers

    Integers are 32bit signed.

    So 2^32 is aprox 4billion. But we have a sign bit so cut it in half and the range is aprox -2billion to +2billion
  • foldifoldi Member Posts: 21
    Awesome..thanks!
Sign In or Register to comment.