User Tag List

Results 1 to 5 of 5

Thread: Score Object's limit?

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCHTML5 Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    chrilley's Avatar
    Join Date
    Jul 2006
    Posts
    1,013
    Mentioned
    17 Post(s)
    Tagged
    1 Thread(s)

    Score Object's limit?

    I'm making a game were the score constantly get's multiplied by 1.5x and 2x. But once it reaches a very high ammount of points it starts to go "minus" instead, what's up with that? :S

  2. #2
    No Products Registered

    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    1,141
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Score Object's limit?

    A 32 bit integer can only be values from -2147483647 to 2147483648 if it goes too far it will wrap around and become negative.

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCHTML5 Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    chrilley's Avatar
    Join Date
    Jul 2006
    Posts
    1,013
    Mentioned
    17 Post(s)
    Tagged
    1 Thread(s)

    Re: Score Object's limit?

    Ouch... so is there a way to make a score-object that surpasses that limit? Is alterable values also 32 bit integers? And thanks for replying.

  4. #4
    No Products Registered

    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    1,141
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Score Object's limit?

    You can try using the Int64 object. You'll have to store the score in the object and display it as a string though...

  5. #5
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCHTML5 Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    chrilley's Avatar
    Join Date
    Jul 2006
    Posts
    1,013
    Mentioned
    17 Post(s)
    Tagged
    1 Thread(s)

    Re: Score Object's limit?

    So I tried out Int64 object but I ran into two problems:
    - Is Int64 able to multiply by 1.5? I can only get it to multiply by 1, 2, 3, 4 and so on...
    - I need to make a custom scoretable. Is there a tutorial somewhere?

Similar Threads

  1. Online high score using php limit
    By DJ_Wild in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 20th February 2010, 02:58 PM
  2. Object Limit
    By Almightyzentaco in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 30th May 2008, 08:46 AM
  3. Object Time Limit?
    By im2famous4u in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 11th April 2008, 03:39 PM
  4. 500 object limit?
    By Tommy in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 11th February 2007, 08:08 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •