User Tag List

Results 1 to 6 of 6

Thread: mmf2d chat help

  1. #1
    No Products Registered

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

    mmf2d chat help

    i need help. (dur...) i have a counter in a chat room like the tut on the website. i want, when you click the button that radomizes the counter to send it over the server. can some on 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: mmf2d chat help

    Set counter to random(Maximum)?

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module

    Join Date
    Jun 2006
    Location
    UK
    Posts
    519
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: mmf2d chat help

    Simply send the counter value along a subchannel on moo - it's that simple, as long as your using the same subchannel as the rest of the chat it'll show up.

  4. #4
    Clicker Multimedia Fusion 2

    Join Date
    Jul 2007
    Posts
    138
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: mmf2d chat help

    If I understand your question, then this should work.

    Code:
    Button Clicked -> Set counter to *; Mooclick > send value on channel > Current Value of Counter on Subchannel *
    And then to recieve the new value:

    Code:
    On Value Message on Subchannel * -> Set Counter to > Mooclick > On Message > get value
    I hope this makes sense. Feel free to post if you don't understand.

  5. #5
    No Products Registered

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

    Re: mmf2d chat help

    where is the send value on channel?

  6. #6
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: mmf2d chat help

    With MooClick I think its all text
    So you would need to convert it to a val() when it arrives to put it in a counter.

    With MooGame you can send a number which is a value

Similar Threads

  1. I don't know where to download the MMF2D SDK to?
    By Ethan in forum Multimedia Fusion 2 - Technical Support
    Replies: 12
    Last Post: 23rd April 2010, 02:29 AM
  2. mmf2d AI
    By Ninjustsu in forum Multimedia Fusion 2 - Technical Support
    Replies: 32
    Last Post: 5th February 2008, 01:25 AM
  3. rpg help for mmf2d
    By Ninjustsu in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 9th December 2007, 10:38 AM
  4. What causes MMF2D to crash?
    By BenMo in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 16th February 2007, 07:42 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
  •