05-25-2013, 03:21 AM
Its easy! I think I could help you! Its a simple logic!
E.g the server wants to moves the mouse then the client should hover hos mouse to the screen (which you have coded) and it will sent to the client the x and y axis of current mouse pointer then on the client side just program it like, mousepos.position = new point(server.message(x), server.message(y)) easy isnt it? If you need my help just PM me!
E.g the server wants to moves the mouse then the client should hover hos mouse to the screen (which you have coded) and it will sent to the client the x and y axis of current mouse pointer then on the client side just program it like, mousepos.position = new point(server.message(x), server.message(y)) easy isnt it? If you need my help just PM me!