User Tag List

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

Thread: Is there a better way?

  1. #1
    No Products Registered

    Join Date
    Dec 2006
    Posts
    82
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Is there a better way?

    Hi.

    Does anybody know a better way to display text received from websites using MooSock. Now i am using rich media object to display the information. I have tried the different text objects but have found that only rich media works. Maiby if i knew how to hide everything else and only show the text line i want i could use rich media, because i only need to show 1 or 2 lines.

    I am making a game wich has a credit counter, so when the player loses or wins the credit will have to update accordingy. A counter can do this but cant display text from MooSock, and rich media can display text but not update as far as i know. Maiby it can refresh some how?

    Really appriciate the help.

  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

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

    Re: Is there a better way?

    A counter can display text from MooSock.. just use Val() to convert it to a number.

    Live Receiver is faster and easier than MooSock for things like this, though, so you should consider using that instead.

  3. #3
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Is there a better way?

    You might want to link him to it

  4. #4
    No Products Registered

    Join Date
    Dec 2006
    Posts
    82
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Is there a better way?

    Thank you for the help Jamie. Yes i know about LiveReceiver, i have it.

    I tried Val(), but nothing is displayed.

    This is what i do:

    When data is received i set the counter to Val(Received$("Live receiver")).

    What am i doing wrong, have i missed something? Have also tried to set the counter to different texts but still nothing.

  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: Is there a better way?

    That looks correct. Post an MFA file?

  6. #6
    No Products Registered

    Join Date
    Dec 2006
    Posts
    82
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Is there a better way?

    What is MFA? Does it stands for Multimedia Fusion Application? Why do you want me to post that?

  7. #7
    Clicker Fusion 2.5 (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Nov 2007
    Posts
    456
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Is there a better way?

    The MFA file is the file created when you save your work. If you post that (on the File Archive board), then people can look around your code and work out how to fix your problems. If there's bits of unrelated code you don't want people to see, just group and password-protect it

  8. #8
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module

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

    Re: Is there a better way?

    Quote Originally Posted by Jack_Mcphee
    Why do you want me to post that?
    Post it so that we can look at it and find what you are doing wrong.

  9. #9
    No Products Registered

    Join Date
    Dec 2006
    Posts
    82
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Is there a better way?

    Ok. Where can i find this file? I have looked in the folder where i have saved my app as well as all other folders?

  10. #10
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

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

    Re: Is there a better way?

    It's the actual application file which you saved.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •