Re: A small example game in pure basic

2015-07-30 Thread AudioGames . net Forum — Developers room : MarcroSoft via Audiogames-reflector
Re: A small example game in pure basic No, you didn't include it, and I can't find it.Marc URL: http://forum.audiogames.net/viewtopic.php?pid=225975#p225975 ___ Audiogames-reflector mailing list Audiogames-reflector@sabahattin-guc

Re: A small example game in pure basic

2015-07-30 Thread AudioGames . net Forum — Developers room : MarcroSoft via Audiogames-reflector
Re: A small example game in pure basic No, you didn't include it, ant I can't find it.Marc URL: http://forum.audiogames.net/viewtopic.php?pid=225975#p225975 ___ Audiogames-reflector mailing list Audiogames-reflector@sabahattin-guc

Re: A small example game in pure basic

2015-07-30 Thread AudioGames . net Forum — Developers room : severestormsteve1 via Audiogames-reflector
Re: A small example game in pure basic the latest is pure tts4, do you not have that? URL: http://forum.audiogames.net/viewtopic.php?pid=225974#p225974 ___ Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https

Re: A small example game in pure basic

2015-07-30 Thread AudioGames . net Forum — Developers room : MarcroSoft via Audiogames-reflector
Re: A small example game in pure basic Hi,I can't compile it, I need a new version of PureTTS.Can you upload that as well?Marc URL: http://forum.audiogames.net/viewtopic.php?pid=225969#p225969 ___ Audiogames-reflector mailing list Audio

Re: A small example game in pure basic

2015-06-25 Thread AudioGames . net Forum — Developers room : danny via Audiogames-reflector
Re: A small example game in pure basic Hi, yes, I did get steve started on pure basic. Though I will not provide a hand hold for learning the language, I will provide a few exampples to though's who are intrested. I unfortunitly can't provide the full exampple of making an audio

Re: A small example game in pure basic

2015-06-25 Thread AudioGames . net Forum — Developers room : Dark via Audiogames-reflector
Re: A small example game in pure basic Well as I have said before the "no game piracy" rule is more about morality than legality. ie, is someone actually losing out here, and I don't know enough about pure basic to say (hell Eamon deluxe distributed a copy of pure basic si

Re: A small example game in pure basic

2015-06-24 Thread AudioGames . net Forum — Developers room : GeneWarner via Audiogames-reflector
Re: A small example game in pure basic For those of you interested in learning Pure Basic,, there is a free "Pure Basic: A Beginner's Guide to Computer Programming" that's available as a PDF. If you search for "pure basic begginer's guide" on google, you

Re: A small example game in pure basic

2015-06-24 Thread AudioGames . net Forum — Developers room : GeneWarner via Audiogames-reflector
Re: A small example game in pure basic severestormsteve1 wrote:Also in pure basic though there is a demo where you can type 800 lines of code in your file. I think that's the only limitation but I don't really know.The trial or demo version of Pure Basic may have an 800 line limi

Re: A small example game in pure basic

2015-06-24 Thread AudioGames . net Forum — Developers room : ambro86 via Audiogames-reflector
Re: A small example game in pure basic Yes continue thanks! I've seen that is very simple to create a menu in pb! URL: http://forum.audiogames.net/viewtopic.php?pid=221296#p221296 ___ Audiogames-reflector mailing list Audiogames-refl

Re: A small example game in pure basic

2015-06-14 Thread AudioGames . net Forum — Developers room : the terminator via Audiogames-reflector
Re: A small example game in pure basic hi all.nice gamy steve. Thanks! can I learn a little pb from yours? thanks! URL: http://forum.audiogames.net/viewtopic.php?pid=220007#p220007 ___ Audiogames-reflector mailing list Audiogames-reflector

Re: A small example game in pure basic

2015-05-17 Thread AudioGames . net Forum — Developers room : severestormsteve1 via Audiogames-reflector
Re: A small example game in pure basic ah.Well all that aside, I'm actually creating audio game includes for pure basic, and have created a menu class. to create a menu, it's like this.;here is where we declare all menus. You can add your items wherever, but remember in this cas

Re: A small example game in pure basic

2015-05-17 Thread AudioGames . net Forum — Developers room : audiogames . net fan via Audiogames-reflector
Re: A small example game in pure basic Steve,Pure Basic is not based off C++, in fact C++ is completely different. BGT is based of angelscript which is based off C++, pb is basic-like code URL: http://forum.audiogames.net/viewtopic.php?pid=216759#p216759

Re: A small example game in pure basic

2015-05-17 Thread AudioGames . net Forum — Developers room : severestormsteve1 via Audiogames-reflector
Re: A small example game in pure basic @blindncoolwell there is c++, that's in fact what pure basic is based off of.  Also in pure basic though there is a demo where you can type 800 lines of code in your file. I think that's the only limitation but I don't really know. 

Re: A small example game in pure basic

2015-05-17 Thread AudioGames . net Forum — Developers room : blindncool via Audiogames-reflector
Re: A small example game in pure basic Man, I wish I had the money to spend on PureBASIC. Are there any similar languages for free? URL: http://forum.audiogames.net/viewtopic.php?pid=216748#p216748 ___ Audiogames-reflector mailing list

Re: A small example game in pure basic

2015-05-16 Thread AudioGames . net Forum — Developers room : severestormsteve1 via Audiogames-reflector
Re: A small example game in pure basic Actually, user Danny got me started. And basically, how he did it was making me open a console and print text. So from there, I basically read the reference, and practiced what I learned. I never really read a book or manual URL: http

Re: A small example game in pure basic

2015-05-15 Thread AudioGames . net Forum — Developers room : ambro86 via Audiogames-reflector
Re: A small example game in pure basic Hi Severestormsteve, thanks for your contribute, I've read the code and understand in the most part, but I have to figure it completely. It's cool the data section, and the possibility to include sounds in a exe file. How did you learn pure

A small example game in pure basic

2015-05-15 Thread AudioGames . net Forum — Developers room : severestormsteve1 via Audiogames-reflector
A small example game in pure basic Hey all,  Well, here you go. it's a little example game I coded in pure basic, this time with commented source code included. It's like a pong game. You have to follow the ball from left to right and hit it, but it has to be relatively low (cl

A small example game in pure basic

2015-05-15 Thread AudioGames . net Forum — Developers room : severestormsteve1 via Audiogames-reflector
A small example game in pure basic Hey all,  Well, here you go. it's a little example game I coded in pure basic, this time with commented source code included. It's like a pong game. You have to follow the ball from left to right and hit it, but it has to be relatively low (cl