User Tag List

Results 1 to 8 of 8

Thread: I want a number that gradually does up faster

  1. #1
    No Products Registered

    Join Date
    Jun 2016
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    I want a number that gradually does up faster

    Is there any way I can have a number go up gradually faster?

    edit: I want the "every timer" to go down in time gradually faster

  2. #2
    No Products Registered

    Join Date
    Aug 2014
    Posts
    14
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, you might multiply it every n seconds for 1.2 for example.

  3. #3
    No Products Registered

    Join Date
    Jun 2016
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Iis there anyway for the "every timer" to go down in time?

  4. #4
    No Products Registered

    Join Date
    Aug 2014
    Posts
    14
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm afraid I haven't understood what you mean.

  5. #5
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall 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
    Jul 2006
    Posts
    574
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    You can specify a calculation on the every event. So you could set the every to a Alterable Value/Global Value/Counter. So:

    Every Global Value A
    - Perform Code
    - Set Global Value A to Global Value A * 1.1 (or however you want to increase the value)

  6. #6
    No Products Registered

    Join Date
    Jun 2016
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't quite understand what you mean by this. Could you please create something and let me download it?

  7. #7
    No Products Registered

    Join Date
    Jun 2016
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok, after some time i kind of understand what you mean. In mmf2, you can't put an equation for the every command, so do I do restrict actions or what?

  8. #8
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall 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
    Jul 2006
    Posts
    574
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    you'll have to do something like

    every 00"-01 add 1 to Counter

    when Counter = Global Value A
    - Set Counter to 0
    - Perform Code
    - Set Global Value A to Global Value A * 1.1

Similar Threads

  1. Replies: 1
    Last Post: 5th March 2016, 07:12 AM
  2. Replies: 7
    Last Post: 25th December 2015, 01:35 AM
  3. Replies: 0
    Last Post: 15th March 2014, 06:36 AM
  4. Getting a variable to increase gradually with floating numbers
    By Simflare in forum Android Export Module 2.5
    Replies: 6
    Last Post: 13th March 2014, 05:33 AM
  5. Getting a random number between a negative and positive number
    By D_Light in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 9th January 2013, 10:51 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
  •