View Single Post
Old May 25th, 2008, 4:53 PM   #52
Fall Back Son
Hobbyist Programmer
 
Join Date: Oct 2006
Posts: 204
Rep Power: 2 Fall Back Son is on a distinguished road
Re: back to online battleship

Quote:
Originally Posted by cwl157 View Post
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.
Fall Back Son is offline   Reply With Quote