User Tag List

Results 1 to 2 of 2

Thread: "Every" Timer -- Increase the Speed

  1. #1
    No Products Registered

    Join Date
    Feb 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question "Every" Timer -- Increase the Speed

    Is there a way to increase the "Every X" speed of the timer?

    I'm using some "typewriter text" code that creates the effect of spitting out text one character at a time. It's programmed like this: "Every 3 seconds," some text is printed.

    Problem is, I'd like to increase the speed of the timer. (Maybe tricking the program into interpreting "Every 3 seconds" as being "Every 2 second"?) I have hundreds of lines of this and I'd like to avoid adjusting each and every one. (I especially would like to avoid creating an extra counter and having the value tied that -- not until MMF supports a find-and-replace function.)

    I've tried "Every X seconds, add 1 second to timer" -- but this doesn't seem to do anything.

    Any ideas? Is there an extension that manipulates how the timer works (one that's compatible with Flash)?

    Thanks for your help!

  2. #2
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleSWF Export Module
    Skyhunter's Avatar
    Join Date
    Jan 2007
    Location
    Croatia
    Posts
    452
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can create your own custom timer using one object, or even just one global value.

    Should go something like this:

    Always
    Add 1 to Value A

    Then instead of your every X events

    Value A mod(time)+1 = time

    time: if your framerate is 60, a value of 60 would trigger every second.

Similar Threads

  1. "Bug" For Saving and Loading Frame Positions AND "Timer Glitch"?
    By Zarpo in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 27th March 2012, 12:40 PM
  2. "Blinking" application when using "Machine Ind. Speed"
    By Bipolar_Games in forum Android Export Module Version 2.0
    Replies: 0
    Last Post: 29th December 2011, 10:31 PM
  3. Beta4/SDK4.1: "Timer equals" not working for me
    By BHGames in forum iOS Export Module Version 2.0
    Replies: 6
    Last Post: 30th October 2010, 02:05 AM
  4. Does timer speed increase with the framerate?
    By MechatheSlag in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 7th April 2010, 08:34 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
  •