i did flava's tutorial on how to make an online game and i completly modified (COMPLETLY!)
i made it an online tank game and i'm going to put it into this forum soon (about 1 week or less) but there is one problem.
when you type a message into the chat box it doesn't display your name before the message you sent. instead the name is set to MooClick.
eg:
This is what it's supposed to read
Andrew: sup, this is cool
but this is the problem:
MooClick: sup, this isn't cool
it says mooclick instead of the name.
these are the conditions i put:
Button Connect clicked: Set player name to Edittext$("[obj_edit] ")
but it doesn't display the name in the edit box. can you please tell me the problem.
[obj_edit]= edit box/username.
