User Tag List

Results 1 to 4 of 4

Thread: Two Simple Questions

  1. #1
    Clicker Fusion 2.5

    Join Date
    May 2008
    Location
    In Your Cheese
    Posts
    132
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Two Simple Questions

    I have Some refreshingly easy questions to ask. First, I've heard that Arrays and Ini files can slowdown your game if they get really big. What I need to know is: Will this slowdown occur constantly, or only when data is being written to, or drawn from the Array/Ini?

    Sencond question: How do you make Folders to store objects in the object list sidebar?

  2. #2
    No Products Registered

    Join Date
    Sep 2006
    Location
    Germany
    Posts
    861
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Two Simple Questions

    1. You heard wrong. There are no slowdowns using array or ini. They are a valid and professional solutions to store data permanently on the harddrive. Maybe someone always looped events to them, so that would slow down everything. But that is not the problem of those objects, it's the coders problem.

    2. Rightclick on the Frame in the Workspace Toolbar on the left side, and click on New Folder. Or select the Frame in the Workspace Toolbar and go to the Menubar and choose "Insert" -> "New Folder".

  3. #3
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export Module
    Chaos's Avatar
    Join Date
    Aug 2006
    Location
    Burnsville, MN, USA
    Posts
    806
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Two Simple Questions

    I have a 40x200x3 array for my game with no slowdowns at all. I just load the variables at start, and save em at frame end.

  4. #4
    Clicker Fusion 2.5

    Join Date
    May 2008
    Location
    In Your Cheese
    Posts
    132
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Two Simple Questions

    Wow... A 40x200x3 array... Lol I was worried, and mine was only going to be about 10x20x3. Thanks for the answers.

Similar Threads

  1. simple questions
    By Banryu in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 29th October 2013, 12:06 PM
  2. Preloader Questions (Probably really simple)
    By Jacob_Miller in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 15th May 2011, 08:19 PM
  3. Three simple questions
    By DisneyBoy in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 26th January 2010, 02:47 PM
  4. Simple Questions about strings.
    By Docilemouse in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 11th October 2009, 12:52 AM
  5. 2 simple questions
    By Winston in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 12th January 2008, 05:32 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
  •