User Tag List

Results 1 to 8 of 8

Thread: Grid of Counters

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    Lacey, WA
    Posts
    756
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Grid of Counters

    I have a grid of counter objects, and I need to be able to set the value of just one of them at a time. They are all duplicates the same object, so this is difficult.

    I have tried referencing their Fixed values:

    Pick Objects with Fixed Value [one of the counters fixed values]
    - Set Counter to 1

    This sets ALL the Counters to 1, even though they all have different fixed values.



    If I do this though:

    Start of Frame
    - Set Counter to X of Counter

    This sets all the Counters to their X coordinate. This tells me that it is possible to set them all to different values.

    I just need to figure out a way to single out one counter at a time to set its value (without looping through all of them in a For Each loop)!!

  2. #2
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    It is not possible to compare to a counter's fixed value like that because that condition would be in the Alterable Values submenu, which counters don't have. I'm guessing you used Compare Two General Values, which doesn't actually select or differentiate any objects.

    The only way to get MMF2 to select and differentiate between objects is to use a condition from the object you want to select/differentiate. So, you're only option is using coordinates or selecting a counter by its current value. I tried to do some hackery with qualifiers but couldn't get it to work.
    Working as fast as I can on Fusion 3

  3. #3
    Clicker Multimedia Fusion 2Android Export Module
    Corlen's Avatar
    Join Date
    Mar 2007
    Location
    Your House
    Posts
    848
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What exactly are you trying to do anyway? Maybe you could do it based on their X and Y positions.

  4. #4
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    He made it very clear that he wanted to select a counter by its fixed value and change its displayed value.
    Working as fast as I can on Fusion 3

  5. #5
    Clicker Multimedia Fusion 2Android Export Module
    Corlen's Avatar
    Join Date
    Mar 2007
    Location
    Your House
    Posts
    848
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah but I wanted to know what he's trying to do with the counters. I could maybe give him a solution if I knew what application he was trying to use this for. Like is he trying to make the counters list the number of the squares on the grid, is he trying to put random values on each counter, or what?

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    Lacey, WA
    Posts
    756
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm creating a simple "weekly calendar" specifically catered toward hourly workers (retail, etc), so I need a counter on each day displaying the Hour+Minute of their start and end time. So yeah, lots of counters, haha...

  7. #7
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Hm. I know a trick I used once for strings, and it should work for counters too. Have an active object (invisible ofc) for every counter (need not be in any specific place), and assign to the alterable values of those actives (because you can easily choose which one you want to mess with). Then, in one event, you can simply do Set Counter to Alterable value of Active, and MMF2 will pair them up with each other and set the values accordingly.
    Working as fast as I can on Fusion 3

  8. #8
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    Lacey, WA
    Posts
    756
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WOAH! It's magic!! lol, thanks so much man, I would have never thought of this!!

Similar Threads

  1. HP counters
    By Aikikame in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 8th October 2009, 12:30 PM
  2. I need help with counters
    By Ganryu in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 15th November 2008, 03:21 PM
  3. Counters
    By Guitaristinmakin in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 29th August 2007, 04:01 PM
  4. 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
  •