User Tag List

Results 1 to 3 of 3

Thread: Counter Help

  1. #1
    Clicker Fusion 2.5

    Join Date
    Aug 2008
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Counter Help

    I've tried several ways, each way failing more than the last, but I really need to know how to do this.

    I've got one counter that can go up to 999, and 3 seperate counters that can go up to 9. Does anyone know how to make it so each of those seperate counters can represent a digit? (I.E. the number 295 in the main counter will put a 2 on the first counter, a 9 in the second, and a 5 in the third.)

    Please help, I've been working with MMF for a little over 2 years now and I've never needed much help. This one I just can't solve.

  2. #2
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    California, USA
    Posts
    1,247
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    Re: Counter Help

    Total counter
    Hundred counter
    Ten counter
    One counter

    always:
    - Set hundred counter to total counter / 100
    - Set Ten counter to (total counter - (hundred counter * 100) / 10
    - Set One counter to total counter mod 10

    By using whole numbers you will strip off the decimals.
    DT
    Special Projects Director

  3. #3
    Clicker Fusion 2.5

    Join Date
    Aug 2008
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Counter Help

    Thank you very much, It worked perfectly. You guys are fast.

Similar Threads

  1. [Possible Bug] Counter with 0 as value
    By ProdigyX in forum Android Export Module Version 2.0
    Replies: 2
    Last Post: 1st November 2012, 06:46 PM
  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. Counter value?
    By Keli in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 10th November 2008, 08:36 PM
  4. Counter Help
    By noodles in forum The Games Factory 2 - Technical Support
    Replies: 5
    Last Post: 3rd September 2008, 10:54 PM
  5. Counter bug?
    By gamefreak202 in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 29th November 2007, 11: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
  •