User Tag List

Results 1 to 5 of 5

Thread: Sending arrays with moo click

  1. #1
    No Products Registered

    Join Date
    Oct 2007
    Location
    MA
    Posts
    95
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Sending arrays with moo click

    Hi. I was just wondering what the best way to send an array of information with moo click is. (I know this is going to take a few secs) I could create a loop and send each value in the array as a number. Is there a better way?

  2. #2
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sending arrays with moo click

    yes, but moo click will always be the worst way to do it.

    you said 'values' so I'm guessing all the information in the array are values, knowing that you should at least change the base to use less room(as moo click does not allow binary transfer).

    There are extensions which will handle this.

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleInstall Creator ProPatch Maker
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    DJFuego's Avatar
    Join Date
    Jul 2006
    Location
    UK
    Posts
    1,416
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Sending arrays with moo click

    Quote Originally Posted by SEELE
    There are extensions which will handle this.
    Do tell...

  4. #4
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sending arrays with moo click

    I would suggest the sphax formatted object...


    I also uploaded an example a while ago how to do it(no extension required), and conveniently this extension (and the base 64 extension) soon followed. hehe

    Good Luck.

  5. #5
    No Products Registered

    Join Date
    Oct 2007
    Location
    MA
    Posts
    95
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sending arrays with moo click

    Thanks I'll check it out.

    The sollution I came up with involved turing the array into a single string with then sending that across and turning the string back into an array with the string parser object.
    It works but hopefully the extension simplifies and optimizes the proccess .

Similar Threads

  1. after the first click, the system waits for a second before accepting the next click
    By kikiriki in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 9th August 2013, 01:45 PM
  2. Arrays
    By Jafa in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 22nd August 2009, 11:28 PM
  3. Arrays
    By Angelfox in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 18th January 2009, 12:40 AM
  4. Arrays
    By Nick in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 12th June 2007, 06:53 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
  •