User Tag List

Results 1 to 6 of 6

Thread: Load On Call

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module

    Join Date
    Jun 2006
    Location
    UK
    Posts
    519
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question Load On Call

    Simple question really - Could somebody please explain to me exactly how the 'Load On Call' on objects works within MMF?

    Thank you

  2. #2
    Clicker Fusion 2.5 Developer

    Join Date
    Jul 2008
    Location
    UK
    Posts
    1,393
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    From the MMF2 help file:

    Load on call
    This option saves memory, and accelerates loading time of big frames. If unchecked (default option), all the object's data are loaded at the beginning of the frame. For big objects on CD-ROM this can create a small delay when the frame appears.
    If checked, and if the object is not created at the beginning of the frame, the object's data are not loaded at the beginning of the frame. They are only loaded when you create the object in the frame.


    I would recommend against using it - the end result is that the frame initially loads slightly faster, but then you may get a sudden drop in framerate during play, when the objects do need to be loaded, which is obviously a lot worse.

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module

    Join Date
    Jun 2006
    Location
    UK
    Posts
    519
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have a flash title that will load and run it's world map screen perfectly fine, until I leave the map by entering a level, or by another option available (such as a score screen). The game will then lock up for a few seconds until it jumps to a new frame. I have been told after asking in the chat that this might be due to the amount of backdrop objects I have in my frame. I was wondering if load on call would benefit me in anyway, but seeing that I am guessing it only works with created objects, not objects already on the frame?

    I could do with a way of only loading the objects once they come into view on the players screen. Even though they are already in the frame from the start.

  4. #4
    Clickteam Clickteam
    Danny's Avatar
    Join Date
    Aug 2007
    Location
    United Kingdom
    Posts
    3,016
    Mentioned
    21 Post(s)
    Tagged
    2 Thread(s)
    Spike, two things;

    1) Load on Call with a Backdrop can actually cause performance issues with flash, as MM said, with actives it will speed up getting into the frame but may cause FPS spikes when the time comes to load.

    2) On the frame BEFORE the huge frame, say you have 'Press Start to play' then it hands whilst it loads the huge game level, do this:
    Player presses 'Start': Create Active (0,0) - [ Which is to be full screen ]: Next Frame

    This active needs to be a fullscreen 'loading' image, this will display whilst the next frame loads giving the user indication of loading instead of just 'hanging'. This little trick works for all exporters.
    Want to learn Clickteam Fusion 2.5?




  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module

    Join Date
    Jun 2006
    Location
    UK
    Posts
    519
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It is the map screen itself that causes the issue, not the levels within the game. I can jump to those without problems (from other screens), it is only when the map screen ends that the game locks up, and jumping to any frame.. even a blank one, it will only lockup once there is a high memory usage within the browser currently running the game.

    IE: If I use firefox with just the game open, I can enter levels quickly, once I open 10 tabs and use 300meg of ram, it locks and takes ages to leave the frame.

  6. #6
    Clicker Multimedia Fusion 2Android Export Module

    Join Date
    May 2009
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've noticed this, as well. It seems to hang when unloading large frames. I am curious for a solution to this.

Similar Threads

  1. Load on call?
    By King_Cool in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 7th May 2013, 09:08 PM
  2. [Bug] Force Load on Call for All Objects
    By ProdigyX in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 19th December 2011, 12:02 PM
  3. LOAD ON CALL for active object
    By stillhawk in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 14th April 2011, 01:14 AM
  4. Vitalize and Load On Call
    By Maggott in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 24th January 2008, 08:59 PM
  5. Load on call
    By Kalnar in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 18th January 2008, 01:24 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
  •