User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13

Thread: Named Variable object problem

  1. #1
    No Products Registered

    Join Date
    May 2007
    Posts
    49
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Named Variable object problem

    yo!
    i'm really trouble with the named variable obj.

    i used a lot of these objects, to store numbers data.

    first question, i turned the object as "global", but i dont know how to use it in all frames. how i do that?

    and second, how i save its values to an external file? i tried to use the save actions of the Named Variable object, but it create an empty file.

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator

    Join Date
    Jul 2006
    Posts
    1,018
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Named Variable object problem

    Place the object in all frames you want and check the option Make array global. If you want an object has to be global, its name must be the same in every frame. In Sub-Applications it's not a condition to check Global values & strings, it works even without.


    Your second question is a little bit harder...

    Maybe this... Before you can add to/subtrct from etc. values you have to set the values, otherwise they will not be created in the array. Use this sequence to save data:

    1. Add/modify value
    2. Add to / Subtract from etc. value
    3. Save array file

  3. #3
    No Products Registered

    Join Date
    May 2007
    Posts
    49
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Named Variable object problem

    ow! thank u!

    i saved all my values in the Alterable Values of the named variable array :P

    that's why it's values never became global

  4. #4
    No Products Registered

    Join Date
    May 2007
    Posts
    49
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Named Variable object problem

    another question.

    in order to add data to this array, i need to create the KEY, right?

    how many keys the object can handle? infinite?

  5. #5
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Named Variable object problem

    Probably as many as you need- the more keys you have, the longer it will take to read a key (but we are talking fractions of milliseconds).

  6. #6
    No Products Registered

    Join Date
    May 2007
    Posts
    49
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Named Variable object problem

    i think i will need 100 or 200 values.


  7. #7
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator

    Join Date
    Jul 2006
    Posts
    1,018
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Named Variable object problem

    That should be no problem.

    One of my current projects handle over 2.500 values with the Named Variable. And if it's finished it has to handle over 10.000 values. The time show it. :grin:

  8. #8
    No Products Registered

    Join Date
    May 2007
    Posts
    49
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Named Variable object problem

    gustav, thanks!

    10.000 values o.O! u making a major project!!


  9. #9
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Named Variable object problem

    Quote Originally Posted by gamer4fun
    gustav, thanks!

    10.000 values o.O! u making a major project!!
    10.000 is the same as 10, but 10,000 is a lot! (Atleast because I'm in America...)
    Working as fast as I can on Fusion 3

  10. #10
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator

    Join Date
    Jul 2006
    Posts
    1,018
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Named Variable object problem

    Quote Originally Posted by gamer4fun
    gustav, thanks!

    10.000 values o.O! u making a major project!!
    Yes ... www.pooltycoon.de

    It's an isometric game like Rollercoaster Tycoon but you have to build an indoor swimming pool. It's still in work for the next year and only then more infos will be released.

    It will be in german and english.

    Greets
    Gustav

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Problem with saving/loading an NVO array file from the Named Variable object?
    By RGBreality in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 12th January 2012, 01:17 PM
  2. Named variable object
    By Pegasus_Seiya in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 29th August 2011, 07:20 PM
  3. Another Named Variable Object question
    By alxmrg in forum Hardware Accelerated Runtime
    Replies: 15
    Last Post: 26th May 2010, 05:25 PM
  4. Named Variable Object
    By MechatheSlag in forum Extension Development
    Replies: 1
    Last Post: 2nd December 2008, 03:35 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
  •