User Tag List

Results 1 to 6 of 6

Thread: I can't create any more object after a while...

  1. #1
    No Products Registered

    Join Date
    May 2011
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    I can't create any more object after a while...

    Hi !

    I'm new to MMF2, so sorry, if my question is stupid...
    I create a very simple thing, copied on this one :
    tower defense

    But mine, after a while of create Objets (Pressing keyboard 1 or 2) i just can't create anymore...

    Maybe a memory full or something like that, but, there is almost nothing, so, i'm surprised...

    Can someone help me ? Have a look on my project ?

    Thanks very much !!

    Attachement :
    My Project


  2. #2
    No Products Registered

    Join Date
    Jun 2010
    Location
    Sutton, Surrey, UK
    Posts
    90
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: I can't create any more object after a while...

    Hey Guicole, welcome to the forums!

    It appears you have uploaded a Project file (.mfw) Which means we can't open the attachment.
    A project file contains the directories of where your actual files are stored (.mfa)

    Although, this error sounds familiar. Try clicking the frame you are editing in the list, and click the 2nd tab (Runtime Options), and you will find the option "Number of objects" followed by a number (I'm guessing 500?). Change that to any number you like to increase the cap of the amount of objects.

    Hope I helped, and goodluck!

  3. #3
    No Products Registered

    Join Date
    May 2011
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: I can't create any more object after a while...

    Hi !

    thanks for the answer.
    Indeed, to change the amount of object works, but then, it's very slow...
    And i don't have 500 object in the screen.
    They are outside the frame area.

    But why doesn't they destroy themself ? Even if it's checked "destroy object if too far from frame"
    I even add a destroy condition when it goes out of the Play Area.

    And for that condition, seems to works fine for the top, and left, but not for the right and bottom of the screen...
    Why that ?

    Any idea ?

    Thanks

    My mfa project :
    My mfa project

  4. #4
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    mobichan's Avatar
    Join Date
    Oct 2007
    Location
    Buffalo, NY
    Posts
    3,310
    Mentioned
    28 Post(s)
    Tagged
    0 Thread(s)

    Re: I can't create any more object after a while...

    Is your virtual width/height a lot bigger than your frame size? Just a guess...

  5. #5
    No Products Registered

    Join Date
    Mar 2009
    Posts
    412
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: I can't create any more object after a while...

    I can say now that there are no events that destroys those small poos. Those are probably one of the main reasons for why your game gets overloaded by active objects.

  6. #6
    Clicker Multimedia Fusion 2Android Export Module
    Corlen's Avatar
    Join Date
    Mar 2007
    Location
    Your House
    Posts
    848
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: I can't create any more object after a while...

    "Destroy object if too far from frame" only works if the object is too far from the boundaries of the entire frame itself, not the visible screen. Same goes for if it goes out of the "play area".

    To make them get destroyed when they leave the visible screen, create a condition if position > is OBJECT getting close to the window's edge. Then put a value like -48 or something. Specifically, put a little bigger than the active object's X or Y size, whichever is biggest, and make it a negative number.

    So for example, I have a 16x16 active object, I put in -24 or -32.

Similar Threads

  1. Launch or Create Object actually creates two of the object, not just one.
    By LemonyLime in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 30th June 2017, 09:46 PM
  2. Possible Bug - Create new object
    By Zem in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 11th November 2013, 06:55 PM
  3. [BUG] Create object if flag is off, and assign something to the created object
    By Popcorn in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 24th January 2013, 11:01 PM
  4. Create Object + Object Selection Revisited
    By Crash86 in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 22nd February 2011, 04:33 PM
  5. Create object at same position of object destroyed
    By The Thinker in forum Multimedia Fusion 2 - Technical Support
    Replies: 12
    Last Post: 6th November 2006, 12:16 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
  •