User Tag List

Results 1 to 8 of 8

Thread: Clock generator, is possibile

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleXNA Export Module
    daniele's Avatar
    Join Date
    Nov 2007
    Location
    italy
    Posts
    413
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Clock generator, is possibile

    I'm looking for the chance to have a clock generator modified as:
    MMF2 exists with the simple function-every 1 second, add +1 to the counter

    I need time to have a modified example:
    Every "x" time - add +1 to counter

    The "x" in this case is a variable and just take the the TrackBar value from a clock generator for a variable, but as you can create this simple function?
    Regards
    Daniele

  2. #2
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleXNA Export Module
    ProdigyX's Avatar
    Join Date
    Jan 2011
    Posts
    1,197
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    In which way do you plan to use the clock? Is it just a timer? Like every 5 seconds add 1 to a counter

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleXNA Export Module
    daniele's Avatar
    Join Date
    Nov 2007
    Location
    italy
    Posts
    413
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Ok, you can do this with different instructions:

    Every 00"40 add+1 in counter
    Every 00"50 add+1 in counter
    Every 00"70 add+1 in counter

    I will instead have only one intruction that changes the time with the numerical value of a variable or trackbar so that, when the port trackbar at maximum, the clock increases and when the value of trackbar is to a minimum, the clock is slow.

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleXNA Export Module
    daniele's Avatar
    Join Date
    Nov 2007
    Location
    italy
    Posts
    413
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Thi is my example, easy way?
    Attached files Attached files

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    KLiK-iT's Avatar
    Join Date
    Sep 2011
    Location
    New Jersey
    Posts
    2,852
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Really don't understand what you are trying to do?

  6. #6
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Location
    USA
    Posts
    2,982
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Well if I'm understanding correctly, you have to use something such as Val A = 1 plus every 00"40: add 1 to counter. Then do that for each separate value. I can't really think of an easier way than just manually coding each of the times. The "Every" condition for the timer events doesn't let you use calculations. Maybe an extension like Time X might be better for that, but I haven't checked.

    The only other way I can think of would be creating your own timer using "always". If the app runs at 50 FPS, then when you have always add 1 to counter, when the counter = 50, that's one second. You'd have to play around with it to get the appropriate times.

  7. #7
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)Firefly 3D Module (Steam)
    Phi's Avatar
    Join Date
    Jan 2010
    Location
    England
    Posts
    1,964
    Mentioned
    25 Post(s)
    Tagged
    0 Thread(s)
    Try the Time X object, and use FrameRate for the seconds.

  8. #8
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleXNA Export Module
    daniele's Avatar
    Join Date
    Nov 2007
    Location
    italy
    Posts
    413
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by SortaCore View Post
    Try the Time X object, and use FrameRate for the seconds.
    Thanks!!!!
    time x is perfect for my application
    loock my easy example
    Attached files Attached files

Similar Threads

  1. copy value from another object, is not possibile MMF2 Bug?
    By daniele in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 13th August 2012, 10:36 AM
  2. ritch edit object, is possibile to export in excell format?
    By daniele in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 21st February 2012, 11:42 PM
  3. Disabilite Keyboard PC is possibile?
    By daniele in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 13th December 2011, 03:44 PM
  4. counter with point, is possibile?
    By daniele in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 12th October 2008, 12:06 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
  •