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 cant 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 Audiogames

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 didnt include it, and I cant find it.Marc URL: http://forum.audiogames.net/viewtopic.php?pid=225975#p225975 ___ Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

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 didnt include it, ant I cant find it.Marc URL: http://forum.audiogames.net/viewtopic.php?pid=225975#p225975 ___ Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

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 dont know enough about pure basic to say (hell Eamon deluxe distributed a copy of pure basic simply because

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 thoughs who are intrested. I unfortunitly cant provide the full exampple of making an audio game from

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! Ive 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-reflector

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 thats the only limitation but I dont really know.The trial or demo version of Pure Basic may have an 800 line limit, I dont

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 Beginners Guide to Computer Programming thats available as a PDF. If you search for pure basic begginers guide on google, youll find it.Or just click this link, itll do

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 @blindncoolwell there is c++, thats 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 thats the only limitation but I dont really know. I have a set up. Its

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 ah.Well all that aside, Im actually creating audio game includes for pure basic, and have created a menu class. to create a menu, its like this.;here is where we declare all menus. You can add your items wherever, but remember in this case think

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

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. its a little example game I coded in pure basic, this time with commented source code included. Its like a pong game. You have to follow the ball from left to right and hit it, but it has to be relatively low (close to you

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. its a little example game I coded in pure basic, this time with commented source code included. Its like a pong game. You have to follow the ball from left to right and hit it, but it has to be relatively low (close to you

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, Ive read the code and understand in the most part, but I have to figure it completely. Its cool the data section, and the possibility to include sounds in a exe file. How did you learn purebasic? You