I have an extremely odd problem with Mooclick. My program is just a simple connect, and then the player can send messages to each other. I then run two of them connecting to helper3000.net and they connect fine. A message successfully comes up when someone joins the channel or leaves it. However, when I attempt to send text to user... nothing happens. Here's my code:
And the receiving events:Code:+Player is moving +Every 00"-20 seconds -User send: Str$(X( "ME" ))+","+Str$(Y( "ME" )) on subchannel 1 to User
Very simple stuff, but despite good connections, nothing is received. The odd thing is, I run the same code in MMF1.5, and it works perfectly.Code:+Player on Message +P_OnMessage_GetSubchannel( "MooClick" ) on subchannel 1 +Alterable A of Remote-Player = PCU_GetID( "MooClick" ) -String Parser: Set source string to P_OnMessage_GetText$( "MooClick" ) -Remote Object- Set X position to Val(listGetAt$( "String Parser", 1)) -Remote Object- Set Y position to Val(listGetAt$( "String Parser", 2))
Ideas?








Reply With Quote


n join or events where you select user and then send to user.
