Computer Science Canada Using Net commands... |
Author: | LaZ3R [ Wed Feb 28, 2007 11:01 pm ] |
Post subject: | Using Net commands... |
I'm trying to make a useless game to try and fully understand how to use .NET commands with turing, though I've run into a small problem. The connection process is fine and both users can connect to each other, but what I'm not fully getting is how to send the data from one side to the other. I've seen many source codes and all but what I'm trying to do in this program is not implement a chat session ![]() I'm trying to have two fillovals on screen and one user controls one of them and the other user controls the other and they can both be moved around the screen freely using the arrow keys. Any specific commands I should be looking at? I'm pretty much only trying to get the two users to constantly check the connected users x and y position and draw a fill oval on it with the player ID beside it. Any help would be appriciated ![]() |