 doriman Registered User |
Quote
|
2012-06-14 10:38:23 |
|
hey niko my project for school is done ,but i have one last question :
how do i make a scene multiplayer like i made sessions for users in a scene and i can see them but how can i see if they move?,like to see when they move around while i move ?
tnx
|
 niko Moderator |
Quote
|
2012-06-14 17:36:09 |
|
Multiplayer is not done by Copperlicht, it is only for drawing 3d graphics. But you should be able to do this on your own, the usual way is to do Ajax calls to a webserver using JavaScript, or a newer way to do this is to use the WebSockets API.
|