User Tag List

Results 1 to 3 of 3

Thread: Set counter to the highetst value of 4 counters

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Location
    Norway
    Posts
    333
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Set counter to the highetst value of 4 counters

    Is there a way to set a counter to the highest value of four counters?

    Best Regards
    Decal :-)

  2. #2
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Set counter to the highetst value of 4 counters

    There are a lot of ways.
    For example, you could use Max(A,B) to get the higher of A and B, and nest them accordingly:

    Max(Value("Counter"),Max(Value("Counter 2"),Max(Value("Counter 3"),Max(Value("Counter 4")))))

    Also, you could just set the value to one of the Counter's, and then compare them one after another.

    Start of frame
    + Set value of Max to Value("Counter")
    Value of Counter 2 > Value of Max?
    + Set value of Max to Value("Counter 2")
    Value of Counter 3 > Value of Max?
    + Set value of Max to Value("Counter 3")

    etc.



  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Location
    Norway
    Posts
    333
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Set counter to the highetst value of 4 counters

    Thank you very much, that worked pretty well :-)

    Best Regards
    Decal :-)

Similar Threads

  1. [Possible Bug] Counters
    By ProdigyX in forum Android Export Module Version 2.0
    Replies: 0
    Last Post: 23rd March 2012, 01:15 AM
  2. Adding Half a Counter's Value to Another Counter
    By soloman in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 28th June 2010, 10:30 AM
  3. HP counters
    By Aikikame in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 8th October 2009, 12:30 PM
  4. Counters
    By Guitaristinmakin in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 29th August 2007, 04:01 PM
  5. Bar Counters
    By Ross in forum Multimedia Fusion 2 - Technical Support
    Replies: 24
    Last Post: 24th September 2006, 04:19 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
  •