User Tag List

Results 1 to 8 of 8

Thread: are multiple big arrays allowed?

  1. #1
    No Products Registered

    Join Date
    Jul 2006
    Posts
    239
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    are multiple big arrays allowed?

    I need to use 4 arrays: numeric with slots= 30x 200y 0z.

    is this gonna to be painful, and/or would be better to have them stored in a global one?

  2. #2
    Clicker Multimedia Fusion 2 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    drnebula's Avatar
    Join Date
    Jul 2006
    Location
    Pennsylvania, USA
    Posts
    908
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: are multiple big arrays allowed?

    I believe that in MMF2 you can have more than one global array. Is that true?
    Steve

  3. #3
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: are multiple big arrays allowed?

    I don't really understand your question.

    You can easily have four different array objects in your frame and it would work perfectly. Thats part of the idea of "object oriented" systems.

    I don't know why it would be a pain. Why would making them global making it lesser painful to use?

  4. #4
    No Products Registered

    Join Date
    Jul 2006
    Posts
    239
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: are multiple big arrays allowed?

    sorry, I've mistaken: I just wondered if making one single array with ALL values would be better than have it split in 4 ones, I would make it/them global in both cases tho.

    and if all this is not too 'painful' (about 2400 values) to be managed by the cpu trough MMF. Hope not <img src="/center/images/graemlins/tongue.gif" alt="" />

  5. #5
    Clicker Multimedia Fusion 2 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    drnebula's Avatar
    Join Date
    Jul 2006
    Location
    Pennsylvania, USA
    Posts
    908
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: are multiple big arrays allowed?

    Well, you have to choose whether the array is for numbers or strings. If you have both, that would be one reason that you would want to have two.

    Another, would be that some information would require a large array - large values of x,y,and z. Other information might not. You would save space if you used two arrays, one for the large value of z (as one example), the other for a small value of z.

    Only one global array was allowed in MMF1.5 and I don't know if two will work in MMF2, although that was supposed to tbe the case.

    Steve

  6. #6
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export Module
    Tiny's Avatar
    Join Date
    Jul 2006
    Location
    Sweden
    Posts
    598
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: are multiple big arrays allowed?

    I am using several arrays for different things and it works fine. <img src="/center/images/graemlins/smile.gif" alt="" />
    I am using MMFdev.

  7. #7
    Clicker Multimedia Fusion 2 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    drnebula's Avatar
    Join Date
    Jul 2006
    Location
    Pennsylvania, USA
    Posts
    908
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: are multiple big arrays allowed?

    Are they global arrays?
    STeve

  8. #8
    No Products Registered

    Join Date
    Jul 2006
    Posts
    239
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: are multiple big arrays allowed?

    + how big they are?

Similar Threads

  1. How small updates are you allowed to do?
    By Outcast in forum iOS Export Module Version 2.0
    Replies: 5
    Last Post: 12th November 2013, 08:05 PM
  2. Am i allowed to make a request here....
    By FlyingDeath in forum The Games Factory 2 - Technical Support
    Replies: 0
    Last Post: 4th August 2008, 01:32 AM
  3. Not allowed to install...
    By aaron in forum The Games Factory 2 - Technical Support
    Replies: 2
    Last Post: 9th December 2007, 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
  •