Re: Looking for someone to give a quick one on one tutorial

2015-08-16 Thread AudioGames . net Forum — Developers room : Victorious via Audiogames-reflector
Re: Looking for someone to give a quick one on one tutorial It looks like what youre asking is for an introduction to networking. URL: http://forum.audiogames.net/viewtopic.php?pid=228016#p228016 ___ Audiogames-reflector mailing list

Re: Looking for someone to give a quick one on one tutorial

2015-08-16 Thread AudioGames . net Forum — Developers room : arbuz via Audiogames-reflector
Re: Looking for someone to give a quick one on one tutorial Hello,I want to instantly say sorry for my bad English, but I feel that I can to help you phigure this out:I dont use BGT, but I can tell the general idea of networking.TCP / UDP sends the packets to the client or to the server.

Re: Looking for someone to give a quick one on one tutorial

2015-08-16 Thread AudioGames . net Forum — Developers room : arbuz via Audiogames-reflector
Re: Looking for someone to give a quick one on one tutorial No, you cant just send a function to the client or to the server. As you can see in my previously given example, you can only send some text, which can be interpreted as some sort of command. Your program should handle what the

Re: Looking for someone to give a quick one on one tutorial

2015-08-16 Thread AudioGames . net Forum — Developers room : momo7807 via Audiogames-reflector
Re: Looking for someone to give a quick one on one tutorial hiBut my question is, can I send a function as a packet like this?tcpsend $socket1, soundplaylol.oggIf the lol.ogg is exist in the client, the client plays the lol.ogg file? or just print an error messageAnd if Ive send a user

Re: Looking for someone to give a quick one on one tutorial

2015-08-15 Thread AudioGames . net Forum — Developers room : momo7807 via Audiogames-reflector
Re: Looking for someone to give a quick one on one tutorial I thought You are better than me about bgt.And try this idea.I dont remember the actual code , so I will put my idea onlyIf you pressed up arrow, The client sends a value, and the value will be assigned in the servers variable.

Re: Looking for someone to give a quick one on one tutorial

2015-08-15 Thread AudioGames . net Forum — Developers room : sneak via Audiogames-reflector
Re: Looking for someone to give a quick one on one tutorial Im pretty sure the best way to go about what youre asking is to have the function written up in the server portion, then have the client accept the keystrokes, so you press up arrow, then the client sends that information to the

Re: Looking for someone to give a quick one on one tutorial

2015-08-15 Thread AudioGames . net Forum — Developers room : momo7807 via Audiogames-reflector
Re: Looking for someone to give a quick one on one tutorial hi sneakIm sorry I havent manage packets in bgt, So I cant help you.And I have a question. If Im in server mode, Can I send a function as a packet in bgt?It means like thisIn stw, you will walk around, step by stepIf you press up

Looking for someone to give a quick one on one tutorial

2015-08-15 Thread AudioGames . net Forum — Developers room : sneak via Audiogames-reflector
Looking for someone to give a quick one on one tutorial Hello, so Im currently working on several projects. I work on one till I get sick of it, then pick up another or start one up, then go back. Its not a good work ethic, but at least Im learning as I go. LOL. Ive been trying to learn to