Re: Can someone help me, please?

2015-08-28 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector


  


Re: Can someone help me, please?

Wouldnt necessarily recommend mixing both Pygame and Pyglet together, both are pretty feature rich in themselves. Pyglet can also handle low level OpenAL and positional audio if you want to get fancy, but the convience functions can only handle basic audio reliably.A few other audio libraries you can look at are Pyttsx which can handle speech synthesis using system sounds. Theres also PyAL which is a thin wrapper around OpenAL, not well documented but solid. Your probably better off going with Pyglet though since it handles key/mouse input, windowing, etc and you can do just as much low level OpenAL as in PyAL anyway.

URL: http://forum.audiogames.net/viewtopic.php?pid=229505#p229505




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Can someone help me, please?

2015-08-27 Thread AudioGames . net Forum — Developers room : Kyleman123 via Audiogames-reflector


  


Re: Can someone help me, please?

why cant you use python or vb? there are great tutorials out there about python and others like it. try this one. its free on the web but you can buy it if you want.

URL: http://forum.audiogames.net/viewtopic.php?pid=229445#p229445




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Can someone help me, please?

2015-08-27 Thread AudioGames . net Forum — Developers room : momo7807 via Audiogames-reflector


  


Can someone help me, please?

Hi allIm interested about programing and I want to create a complete audiogame.I tried autoit, but it has lot of limitationsPure basic is greate, but it is not free.Bgt is greate and free, but bgts network functions are bad.Visual basic... I thought it is easy and greate, but it was not for me. I dont know vb functions, classes, methods, etc. And I cant find a complete list of functions, classes, methods.Python is good, but I cant use vb or python like autoit or bgt.Can someone give me a complete list of functions in python or visual basic?Someone might think it is stupid requestIm really sorry if I annoying someone, but please help me.Thanks

URL: http://forum.audiogames.net/viewtopic.php?pid=229444#p229444




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Can someone help me, please?

2015-08-27 Thread AudioGames . net Forum — Developers room : Kyleman123 via Audiogames-reflector


  


Re: Can someone help me, please?

why cant you use python or vb? there are great tutorials out there about python and others like it. try this one. its free on the web but you can buy it if you want.

URL: http://forum.audiogames.net/viewtopic.php?pid=229445#p229445




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Can someone help me, please?

2015-08-27 Thread AudioGames . net Forum — Developers room : Kyleman123 via Audiogames-reflector


  


Re: Can someone help me, please?

why cant you use python or vb? there are great tutorials out there about python and others like it. try this one. its free on the web but you can buy it if you want.

URL: http://forum.audiogames.net/viewtopic.php?pid=229445#p229445




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Can someone help me, please?

2015-08-27 Thread AudioGames . net Forum — Developers room : thggamer via Audiogames-reflector


  


Re: Can someone help me, please?

Hello.Here is the reference manual of the Python standard library, wich documents allbuilt-in functions and library modules available.http://docs.python.org/2.7/library/You can find it in the python documentation wich comes with the installer too.Hope this helps.

URL: http://forum.audiogames.net/viewtopic.php?pid=229462#p229462




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Can someone help me, please?

2015-08-27 Thread AudioGames . net Forum — Developers room : momo7807 via Audiogames-reflector


  


Re: Can someone help me, please?

hiThis is greate, but I also want to get a complete list of functions, built in classes and their methods in python or vb.netBecause, when you writing code, you might forgot some functions or methods. And it can cause an error if you forgot an important function.For this reason, I always open a help file with list of all functions, detailed descriptions, and some examplesIn autoit and bgt, there are complete list of functionsIn python, there are lots of help files, but I think the functions list is not completedIn visual basic, c#, c++. They dont have a complete list of functions, built in classes, and their methodsIf I was wrong, please give me a complete list of functions in python or vb.net that I said before.Thanks

URL: http://forum.audiogames.net/viewtopic.php?pid=229458#p229458




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Can someone help me, please?

2015-08-27 Thread AudioGames . net Forum — Developers room : Guitarman via Audiogames-reflector


  


Re: Can someone help me, please?

Hi Momo.I know Im going to make some people mad but stay away from autoit. Its a limited out of date language. And Im not just saying that I know Ive tried autoit. Python, vb, c#, java, the bgt engine, purebasic any of those are better than autoit.

URL: http://forum.audiogames.net/viewtopic.php?pid=229485#p229485




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Can someone help me, please?

2015-08-27 Thread AudioGames . net Forum — Developers room : Guitarman via Audiogames-reflector


  


Re: Can someone help me, please?

Yeah python is pretty much good for, well everything almost lol. Ill try to relearn python if I can, I can help you with gaming stuff. You should get pygame and pyglet you put them together in a python program and youve got one hell of a game engine. Also theres a thing called pyaudiogame that frastlin made I believe although Im not sure if its still in development.If you do get pygame and pyglet just be careful they both manage sounds differently so youll have to pick which one you want to manage sounds with.Hth.

URL: http://forum.audiogames.net/viewtopic.php?pid=229494#p229494




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Can someone help me, please?

2015-08-27 Thread AudioGames . net Forum — Developers room : momo7807 via Audiogames-reflector


  


Re: Can someone help me, please?

[[wow]] this is awesome. Thank you very much.

URL: http://forum.audiogames.net/viewtopic.php?pid=229480#p229480




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Can someone help me, please?

2015-08-27 Thread AudioGames . net Forum — Developers room : Guitarman via Audiogames-reflector


  


Re: Can someone help me, please?

Hello Momo.Do you know what autoit was originally made for? To automate windows tasks like opening notepad windows and that sort of thing. The developers got a lot of feedback and feature requests so it qrew into something bigger. Really if you look into its history it was never designed for anything but to automate windows.The reason Im trying to steer you away from autoit is because it isnt multi-purpose like other languages. With other languages like python or vb you can do just about anything yoz can imagine and some things you couldnt imagine. I dont know much about programming I can barely write 2 lines of code but Ive worked on programming in the past. I did try autoit years ago because I heard it was easy I could barely read the code it was basically unreadable to me. I like python because its like reading text. If you really want to use autoit nobody can stop you I just wouldnt recommend it for anything and
  definitley not for a full audio game. You ask 10 different programmers whats the best programming language youll get 10 different answers. Use whatever programming language makes you happy and makes you excited to program.

URL: http://forum.audiogames.net/viewtopic.php?pid=229490#p229490




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Can someone help me, please?

2015-08-27 Thread AudioGames . net Forum — Developers room : momo7807 via Audiogames-reflector


  


Re: Can someone help me, please?

hiYes, autoit is bad for actual programingSo Ive dropped it alreadyIm trying to use python, with the awesome help file that thggamer gave me. It is awesome. Ill look it now

URL: http://forum.audiogames.net/viewtopic.php?pid=229491#p229491




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector