User Tag List

Results 1 to 4 of 4

Thread: How do I get only these numbers: 2 to 48?

  1. #1
    No Products Registered

    Join Date
    Feb 2007
    Location
    Sydney, Australia
    Posts
    1,654
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How do I get only these numbers: 2 to 48?

    I'm in the expression editor and I'm doing Compare the counter to a value. I only want all the numbers between 2 and 48 but I can't get them. I've tried 2-48 but apparently its 2 minus 48 not 2 to 48. I've done Counter different to 0,1,49,50 but NADA. \
    Also the counter's max number is 50 and the minimum is 0, initial is 0. Need HELP ASAP!

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module

    Join Date
    Jun 2006
    Location
    UK
    Posts
    519
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How do I get only these numbers: 2 to 48?

    Compare counter to value - Greater than or equal to 2
    Compare counter to value - Less than or equal to 48

    Same event - two conditions.

  3. #3
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Nov 2006
    Posts
    696
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How do I get only these numbers: 2 to 48?

    Use a two line condition:

    +Counter > 1
    +Counter < 49

    -Action

    This will allow you to run the event on all values above 1 AND below 49.

    (You can also use

    +Counter "Greater Than Or Equal To" 2 instead of > 1
    +Counter "Less Than Or Equal To" 48 instead of > 49


    Awwwwww, Spike Beat me

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fanotherpg's Avatar
    Join Date
    Jul 2006
    Location
    High Wycombe, Buckinghamshire, UK
    Posts
    3,663
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How do I get only these numbers: 2 to 48?

    And if you want to set a counter only to value from 2 to 48 give command random(47)+2 - for future.

Similar Threads

  1. 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
  2. Adding numbers?
    By blub in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 6th April 2012, 05:16 AM
  3. Set of numbers
    By Timon in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 2nd December 2011, 01:10 PM
  4. Random Numbers Greater then Random Numbers...
    By Hordolur in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 15th April 2009, 06:24 AM
  5. hex numbers?
    By Chokito in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 1st August 2008, 05:39 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
  •