User Tag List

Results 1 to 3 of 3

Thread: How do I do a random amount of time for something?

  1. #1
    Clicker Fusion 2.5 MaciOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Apr 2015
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How do I do a random amount of time for something?

    I'm trying to make an event occur after a random amount of time, but I can't figure out how to do it. I want it to be in a specified range, like 1-10 seconds. Does anyone know how to do this?

  2. #2
    Clicker Fusion 2.5Android Export ModuleSWF Export Module
    Ziplock's Avatar
    Join Date
    Oct 2013
    Posts
    448
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Timer Condition - Every - Use Calculation - (Random(10)+1)*1000

    The random condition is index 0, so Random(10) will give you 0-9, hence the +1. The timer is in milliseconds, so *1000 will give you every 1-10 seconds.

  3. #3
    Clicker

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    wpd's Avatar
    Join Date
    Nov 2015
    Location
    SE Asia
    Posts
    405
    Mentioned
    12 Post(s)
    Tagged
    1 Thread(s)
    i use an easy to understand: RandomRange(1000,10000)

    It deeply randomize, you can have like extra miliseconds like 1.2 seconds, 5.5 secs, 7.123 etc...

    for precise whole seconds try ziplock's example

Similar Threads

  1. Some more random Klik questions (only 7 this time)
    By oldkliker in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 17th September 2011, 01:05 AM
  2. random time and x
    By solarstorm in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 18th May 2011, 09:17 AM
  3. Wait X amount of time? and score issues...
    By Shmuper in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 4th April 2010, 10:36 PM
  4. Random time?
    By Spyro23 in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 2nd December 2008, 08:08 AM
  5. How to wait a certain amount of time?
    By n89 in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 3rd January 2008, 08:29 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
  •