Quote:
Originally Posted by cwl157
ok i upgraded it a lot since the last post, and i have the client and server talking to each other. Now i just need to figure out how to modify the ActionRequest to send back and forth so they know if its gonna be a move or end game. I just learned i can not set a variable inside the ActionRequest object to true or false, i need to modify the actual object. How do i do this?
|
I've run into this problem before also. I never figured out exactly why it happens but I think it has to do with Serialized objects. If you create a copy of the object the problem is fixed.