User Tag List

Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 22

Thread: comparing numbers

  1. #11
    No Products Registered

    Join Date
    Feb 2009
    Location
    Texas
    Posts
    825
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: comparing numbers

    ok i got that part down but lets say this;

    each object has 2 values. named a and b

    if value a is the same as someone else's value a, it goes to value b.

    btw ty for that post

    also not only do i want to find out which value is the highest, i want to be able to detect which is the 2nd highest, 3rd, and 4th, etc

  2. #12
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Eliyahu's Avatar
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    1,523
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: comparing numbers

    You're very welcome.

    I'm not sure I understand, "It goes to value b".

    Oh ok! I get it now. May I ask why???
    It might help if I knew the situation this is needed in.

  3. #13
    No Products Registered

    Join Date
    Feb 2009
    Location
    Texas
    Posts
    825
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: comparing numbers

    idk, i guess it would be most like a mario party game where there are stars and coins. if someone has the same amount of stars, it goes to coins to see which place anyone is in.

    although i hate mario party games

  4. #14
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Eliyahu's Avatar
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    1,523
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: comparing numbers

    I would like to say, "You shouldn't even worry about it if you're not going to use it" but I'll answer it.

    The easiest way I can see it is to ALSO test A=B, A=C, A=D, B=C, B=D, C=D or something along those lines. You just then need to find a way to rule out an equality if it lower than another equality, so if B and D were both 7, but A and C were both 56.

  5. #15
    No Products Registered

    Join Date
    Feb 2009
    Location
    Texas
    Posts
    825
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: comparing numbers

    explain again plz

  6. #16
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Eliyahu's Avatar
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    1,523
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: comparing numbers

    I cant really explain that one, I don't know how to fully do it, but you could start out by testing to see if any values are equal. The problem is that you may have 2 sets of equal integers. It's a little easier if you are actually coding it out but I am really into my own program right now and this sounds like it'd take a while to finish off, but do you understand the basis off what I'm talking about? You just would test if any values are equal.

  7. #17
    No Products Registered

    Join Date
    Feb 2009
    Location
    Texas
    Posts
    825
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: comparing numbers

    ok, that is what i needed. ty

  8. #18
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Eliyahu's Avatar
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    1,523
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: comparing numbers

    It's not going to be simple. There may be an easier way, so you might want to stick around and hope someone else answers.
    Good Luck

  9. #19
    No Products Registered

    Join Date
    Feb 2009
    Location
    Texas
    Posts
    825
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: comparing numbers

    dont worry, i think i already have it figured out, if it works, i will post it here

  10. #20
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Eliyahu's Avatar
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    1,523
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: comparing numbers

    Thanks, I'd actually like to see it, and see how it works.

Page 2 of 3 FirstFirst 1 2 3 LastLast

Similar Threads

  1. string comparing
    By felinex in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 28th April 2018, 03:38 PM
  2. Random Numbers and expiring the result numbers.
    By Corlen in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 26th April 2013, 04:11 PM
  3. Bug? Comparing counter to zero
    By assentec in forum iOS Export Module Version 2.0
    Replies: 1
    Last Post: 18th December 2012, 06:35 AM
  4. Comparing INI++ Information
    By Hydra in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 6th May 2012, 08:03 AM

Posting Permissions

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