User Tag List

Results 1 to 8 of 8

Thread: Problem with spawning things.

  1. #1
    No Products Registered

    Join Date
    Jan 2008
    Posts
    27
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Problem with spawning things.

    Today, I decided to place into my (then working) single-frame level a bunch of new sprites. This was fine, until I decided to add in bumpers that would keep my character from sticking to the walls and ceiling. The bumpers are not finished, they are simply edits of the original character.

    Basic problem: Ever since I added in many new items, when I have playable character Boxman touch a specific sprite, he disappears but the spawning for second playable character Scissorman never occurs. The code is that the system will create Scissorman at 0,0 from the spawning point, which is set at the center of the item in question. I would like to upload the file but for some reason, when I hit "add file," all that happens is that it loads and takes me to the list of forums. I have not made any alterations to any of the original working code, I have only added new objects in that I have not even made any code for yet. It makes little sense to me.

    The bumpers were cloned (as in, new objects) of Boxman, and were renamed. I deleted them when I found the problem but that didn't fix the problem. Can anyone give me any ideas of what may have happened here? Or at least tell me why the uploader isn't working?

  2. #2
    No Products Registered

    Join Date
    Jan 2008
    Posts
    27
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Problem with spawning things.

    Not sure why I didn't do this before.

    http://www.megaupload.com/?d=3Q57SJ19

    Perhaps now I might be able to get some expert opinions on why adding objects to a map somehow screwed up the code.

    Unless taking those objects from another map would also take related code with them...

  3. #3
    Clicker Fusion 2.5

    Join Date
    Mar 2007
    Posts
    495
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Problem with spawning things.

    I'm sorry - I didn't see this topic before. Maybe it got pushed onto the second page, which is why we haven't had any replies yet.

    I'm just downloading the thing...

  4. #4
    No Products Registered

    Join Date
    Jan 2008
    Posts
    27
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Problem with spawning things.

    Alright. Thanks.

    As I said, I've only added new sprites in. I haven't even touched the code and somehow, adding in the sprites caused some of my code to glitch up and I haven't the foggiest as to why.

  5. #5
    Clicker Fusion 2.5

    Join Date
    Mar 2007
    Posts
    495
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Problem with spawning things.

    Found the Problem!
    It had me stumped for a while but the number of objects at runtime is too low.
    You have to go into the frame's properties and under the "Runtime Options" tab: instead of 500 - feed in a nice big number like 10,000 and then you can create objects to your heart's content.

  6. #6
    No Products Registered

    Join Date
    Jan 2008
    Posts
    27
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Problem with spawning things.

    Thanks! Woo!

    Bah. Always with small things like that. I have a habit of shoving items into things, but I didn't expect there to be a preset limit on the frame!

    Again, thank you very much. Now to find that drawing of the level and to get back to work.

  7. #7
    Clicker Fusion 2.5

    Join Date
    Mar 2007
    Posts
    495
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Problem with spawning things.

    No - I'm sorry it took us so long to figure out - I was a little puzzled with it myself.
    I find that very... restrictive limit quite a troublesome part of MMF myself.

  8. #8
    Clicker Fusion 2.5 Developer
    00J's Avatar
    Join Date
    Jun 2006
    Location
    Virginia, USA
    Posts
    1,510
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Problem with spawning things.

    Well it's actually pretty handy to be able to control "every" aspect of MMF. [smile]

Similar Threads

  1. spawning offscreen
    By life2searching in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 18th May 2012, 08:56 AM
  2. Random spawning example
    By happygreenfrog in forum File Archive
    Replies: 3
    Last Post: 6th May 2012, 03:03 PM
  3. spawning problem
    By tailsko in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 31st August 2011, 10:56 PM
  4. Enemy spawning help.
    By GameDragon in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 28th January 2010, 03:12 AM
  5. Randomised auto spawning and AI
    By stuckboy in forum File Archive
    Replies: 7
    Last Post: 14th September 2006, 12:58 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
  •