User Tag List

Results 1 to 6 of 6

Thread: Alternate for Associative Array Object

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    Tallmadge, Ohio USA
    Posts
    264
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Alternate for Associative Array Object

    I've written an application for the company I work for and would like to "tablet-ize" it and export it to Android or iOS. I've used the associative array object to reference data elements by NAME extensively in the app. IS there ANY alternate object currently that would allow me to do the same?

  2. #2
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCSWF Export Module
    Alonso's Avatar
    Join Date
    Jul 2006
    Posts
    681
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Maybe you could hire the developer to make a port? Or, if Clickteam has the source, you could hire someone else.

    I also use the AssArray and really enjoy its features (except that it can't handle floats).

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    Tallmadge, Ohio USA
    Posts
    264
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The original developer has long since left the Click community. This makes me wonder with the eventual release of MMF3 how many of my favorite objects will not make the transition. Just like it was when MMF2 came along and did not support the legacy objects. Being able to access data element of an array by name is just so powerful I was hoping someone had come up with an alternative.

  4. #4
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Well, so far Matt has hung in with us by making the Associative Array for MMF1.5 and MMF2.0. Maybe just one more for MMF3.0.

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  5. #5
    Clickteam Clickteam
    Olivier's Avatar
    Join Date
    Jun 2006
    Posts
    3,000
    Mentioned
    9 Post(s)
    Tagged
    1 Thread(s)
    Quote Originally Posted by kungsangun View Post
    Being able to access data element of an array by name is just so powerful I was hoping someone had come up with an alternative.
    Oh yes, I would so much need that feature too. And cross-platform moreover.

  6. #6
    Clickteam Clickteam
    Olivier's Avatar
    Join Date
    Jun 2006
    Posts
    3,000
    Mentioned
    9 Post(s)
    Tagged
    1 Thread(s)
    The List Object (which is cross-platform) can act as a simple associative array, associating 1 string to 1 value. The line holds the string, and the line data holds the value (integer only). Then you can use the "Find String" or "Find String Exact" expressions of the List Object to retrieve/reference a particular line from the list.

Similar Threads

  1. Associative array object crashes when saving
    By AWK in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 15th August 2013, 04:14 PM
  2. associative Array
    By ffomega in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 31st October 2010, 10:12 AM
  3. associative array
    By iammfa in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 5th April 2009, 03:00 PM
  4. Associative Array
    By scottige in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 11th June 2007, 08:50 PM
  5. where is the associative array object for MMF1.5?
    By jayklik in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 3rd September 2006, 05:57 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
  •