User Tag List

Results 1 to 2 of 2

Thread: Question about Objects Created

  1. #1
    Clicker Fusion 2.5 Developer

    Join Date
    May 2007
    Location
    Georgia
    Posts
    194
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question about Objects Created

    on my new game when I click "Run Frame" to test the level the object counter is 26 and 15MB.

    First question is there a standard for click games for how many objects and MB is normal?

    Second when I run the level the counter goes up to 500 within seconds, causing the issue of no more objects can be created.
    For testing I changed it from 500 Objects to 20,000 and the counter now counts up to 2,364 before crashing every time.

    would anyone know why the counter would count up that fast.
    I'm guessing the reason for the crash is that too many objects are being created too fast, however I can find what objects are being created.

    Posting scoure code: http://wilkinsp.home.comcast.net/~wilkinsp/Application1.mfa

  2. #2
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question about Objects Created

    You can get a list of all objects in the frame by opening the debugger window and clicking "Add object" (the sort of nondescript icon on the bottom edge) - you should be able to see if there are too many objects of one type fairly quickly, especially with that number of them.

    Look through your Create Object events and see if any of their conditions are likely to occur over and over - you may need to add "Only one action when event loops" to some of them, if this is the case.

Similar Threads

  1. created objects create objects and destroy both.
    By wizlore in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 25th September 2012, 08:37 PM
  2. Any way to track Created objects
    By rubes in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 3rd December 2011, 05:36 PM
  3. Created Objects ?
    By Captain_Harris in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 30th November 2011, 12:10 PM
  4. Identifying Created Objects
    By drnebula in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 17th April 2007, 03:13 AM
  5. Created Objects on wrong layer
    By xerus in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 10th July 2006, 06:48 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •