Awesome. I've been using this as my base code for multiplay; Man, this stuff is confusing! From my understanding, there is no way for the server to simply say
player2.get(xPosition);
//based on xPosition, modify game's screen
drawScreen(this, player2)
Man, that would be nice... Someone prove me wrong!
|