User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 12 of 12

Thread: comparing value of an object to a vale in an array table

  1. #11
    No Products Registered

    Join Date
    Dec 2010
    Posts
    64
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    right now i have an array table that will write the fixed value of several objects and sets an alterable value on each of them to the Y position of the array table it writes them to. right now i was just using a single comparison between the position of two fixed values on the array table to share values since that seems to be the only way of being able to compare individual objects in the array and sharing data. i have individual platform movements being created with everything and that does work, but i am just at a snag now since i need to compare several values and i used up all 26 values to spread information across all the objects.

  2. #12
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)
    King_Cool's Avatar
    Join Date
    Aug 2008
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It seem we are somwhat in the same boat.
    I also tried to create an Array Lookup Table because i was running low on Alterable Values.
    I am still trying to figure out what to do about it.
    ...

    I made a thread about it and got many good suggestions as to what i could do.

    (1)
    Use the Alterable Strings if your out of Alterable Values.
    Using Alterable Strings may be a bit slower since its a string, but should not cause any dramatic problems ( i hope ).

    (2)
    Use one of the following extencions to give your Objects inlimited Alterable Values: 'Value Add Object' ( i think there are more you coiuld use but i dont remember )
    The 'Value Add Object' ectencion might not be compatibe with all built types or exporters.

    (3)
    Use the Array Lookup Table idea, but run a FastLoop through the Objects whenever you want them to write values to the Array.

    (4)
    Try to cut down on the amount of Alterable Values you are using
    ...

    I attached a simple example i used to demonstrate how 'individual' Instances are able to read from their data space in the Array Lookup Table, but are unable to write to their data space ( without using any kind of loops that is ).
    I dont know if ive been of much help, but pleace do let me know if you figure this one out since im trying to find a solution to this as well.
    Attached files Attached files

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Array Lookup Table for extended Alterable Values for Actives
    By King_Cool in forum Multimedia Fusion 2 - Technical Support
    Replies: 14
    Last Post: 1st April 2012, 04:06 PM
  2. Array/Table save and load in LUA
    By zellix in forum Lua Scripting
    Replies: 12
    Last Post: 11th February 2010, 02:19 PM
  3. Which Object For Player Table Creation
    By drnebula in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 26th November 2009, 01:32 PM
  4. Checking and comparing values of an object.
    By DEKE15 in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 10th May 2009, 10:47 PM
  5. How to retrive an SQL table with ODBC object?
    By Locaz00 in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 11th March 2009, 11:43 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
  •