User Tag List

Results 1 to 8 of 8

Thread: MMF2 - Question on the MMF Loop

  1. #1
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    MMF2 - Question on the MMF Loop

    I was unclear in MMF if the longer (the more you have) the events are in the event list editor the slower the MMF looping takes. For example I know the it runs at about 50 times per second. But if I increase the number of events does the process does it run slower?

    If so, is it possible in a future release of MMF to be able to target a set of events that could be ran in a different process to speed them up? Something similar I guess to the fastloops working in a different process???

    This would mean that certain sets of events could be grouped and ran in a different process, threads??? so they would not be slowed down by other events.

  2. #2
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 - Question on the MMF Loop

    The number of events does not impact a lot the application speed.
    Also the fastloops are not calculated in a different thread (if you test it by running a big fastloop, you'll see that your application will hang some seconds).

  3. #3
    Clicker Fusion 2.5 (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Nov 2007
    Posts
    456
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 - Question on the MMF Loop

    I have a related question. I remember when I used The Games Factory (TGF1, not 2), if my game had a massive list of events, it would start to 'skip' random ones, apparently as it tried to keep up with the framerate. I've since always been wary of this, despite the fact that I suspect MMF2 is powerful enough and just simply doesn't have this problem. Anyone care to aleviate my concerns? Maybe the skipping never existed in the first place... maybe my bad coding xP

  4. #4
    No Products Registered

    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    1,141
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 - Question on the MMF Loop

    MMF1.5 had a problem where it skipped every 65536th event. Could be the same thing with TGF...

  5. #5
    No Products Registered

    Join Date
    Aug 2006
    Posts
    984
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 - Question on the MMF Loop

    Quote Originally Posted by Werbad
    MMF1.5 had a problem where it skipped every 65536th event. Could be the same thing with TGF...
    MMF1.5 had the same problem with skipping every 65536th fastloop, too, which was far more annoying since it was more likely you'd run 65,000+ fastloops than have 65,000+ events

  6. #6
    No Products Registered

    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    1,141
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 - Question on the MMF Loop

    Each fast loop is an event...

  7. #7
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 - Question on the MMF Loop

    But that's fixed in MMF2, so don't worry about it

  8. #8
    Clicker Fusion 2.5 (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Nov 2007
    Posts
    456
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 - Question on the MMF Loop

    Oh good, thanks for letting me know

    *puts in crazy amounts of code for no real reason*

    =D

Similar Threads

  1. Replies: 7
    Last Post: 25th December 2012, 11:26 AM
  2. Simple Loop Question
    By gkinfinity in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 23rd October 2011, 06:01 AM
  3. Loop Question...
    By Orpa1 in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 25th July 2009, 05:35 AM
  4. Loop question
    By maVado in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 21st May 2009, 02:21 AM
  5. Yet another Loop question
    By Doc4 in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 24th November 2007, 03:01 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
  •