VBGamer |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: Projectiles Itay Sagui (4 replies, 0 views) (2001-Sep-30) I really think that projectiles aren't that difficult...
You can see my post on PSC about projectile's physics, and after you get that idea, all you have to do is send the remote computer the initialization information about the projectile.
Shouldn't be too hard, just create some kind of protocol, and send it using WinSock... for example:
Object: Projectile
Force: 50
Wind: -30
Life: 200
Color: RGB(20,30,40)
...
|