User Tag List

Results 1 to 4 of 4

Thread: debugger question

  1. #1
    No Products Registered

    Join Date
    Aug 2006
    Location
    USA - Florida
    Posts
    116
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    debugger question

    As I'm working on a project, I see that the debugger keeps track of OBJECTS and MB.

    OBJECTS / Is this the total number of objects "in play"? I see if it reaches 500 that seems to be the limit and things start going crazy!

    MB / this is the size of the app? How much space is being used?

    Is there an ideal OBJECT number and MB size that one should be striving toward when making project?

    thnx!

  2. #2
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: debugger question

    You can change the number of objects at runtime for the frame. 500 is the default. Use the properties for the frame to change the default.
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  3. #3
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: debugger question

    MB / this is the size of the app? How much space is being used?
    It's the amount of RAM being used. You should aim to keep it below 200MB or so.

  4. #4
    No Products Registered

    Join Date
    Aug 2006
    Location
    USA - Florida
    Posts
    116
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: debugger question

    ah, thnx to you both!

Similar Threads

  1. Show Debugger Question
    By BHGames in forum iOS Export Module Version 2.0
    Replies: 5
    Last Post: 31st March 2011, 01:58 PM
  2. What does _ _mb mean in the debugger?
    By Dynamite in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 17th October 2008, 09:23 AM
  3. Debugger?
    By Dynamite in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 24th August 2008, 07:17 PM
  4. Debugger say "-1.#IND" what does that mean?
    By RV74 in forum Multimedia Fusion 2 - Technical Support
    Replies: 14
    Last Post: 26th August 2007, 08:36 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
  •