Re: arays in bgt, please let me understand them

2020-03-02 Thread AudioGames . net Forum — Developers room : rory-games via Audiogames-reflector
Re: arays in bgt, please let me understand them yeah that is not a constructor. a constructor is just a default set of values for the variables in a class. Basically, the class is the ingredients, the constructor is how you mix them. URL: https://forum.audiogames.net/post/505491/#p505491

Re: arays in bgt, please let me understand them

2020-03-01 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: arays in bgt, please let me understand them @7, no. The at sign does not mean that it's a constructor, at least not in the way you're probably intending to use the word.A constructor is only applicable to a class. It is a function that the class automatically calls whenever

Re: arays in bgt, please let me understand them

2020-02-29 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: arays in bgt, please let me understand them Doubles and floats technically are the same in that they store decimals, but one allows for more accuracy (double I think). URL: https://forum.audiogames.net/post/505149/#p505149 -- Audiogames-reflector mailing list Audiogames-reflector

Re: arays in bgt, please let me understand them

2020-02-29 Thread AudioGames . net Forum — Developers room : Jaidon Of the Caribbean via Audiogames-reflector
Re: arays in bgt, please let me understand them I thought doubles and floats were the same thing? URL: https://forum.audiogames.net/post/505115/#p505115 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman

Re: arays in bgt, please let me understand them

2020-02-29 Thread AudioGames . net Forum — Developers room : Meatbag via Audiogames-reflector
Re: arays in bgt, please let me understand them never mind my stupity, this line, enemy@[]enemies(0);is that what's called a kinstructter? URL: https://forum.audiogames.net/post/505109/#p505109 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https

Re: arays in bgt, please let me understand them

2020-02-29 Thread AudioGames . net Forum — Developers room : Meatbag via Audiogames-reflector
Re: arays in bgt, please let me understand them hmm, that can save me a lot of time, thank you a lot! URL: https://forum.audiogames.net/post/505108/#p505108 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin

Re: arays in bgt, please let me understand them

2020-02-29 Thread AudioGames . net Forum — Developers room : rory-games via Audiogames-reflector
Re: arays in bgt, please let me understand them basically, ending a type with [] makes it an aray. you can make them with strings, ints, floats, doubles, or even classes.The length() functions outputs how many things are in the aray (or list as we are refering to them).Remember that when

Re: arays in bgt, please let me understand them

2020-02-29 Thread AudioGames . net Forum — Developers room : Meatbag via Audiogames-reflector
Re: arays in bgt, please let me understand them sorry for posting 2 times, but can I make in array of integers or flotes? or its just in strings? URL: https://forum.audiogames.net/post/505099/#p505099 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: arays in bgt, please let me understand them

2020-02-29 Thread AudioGames . net Forum — Developers room : Meatbag via Audiogames-reflector
Re: arays in bgt, please let me understand them ok, what will sho up in this alert?alert("test size", "We must do "+test.length()+" things in the morning");will it sho the hol list? URL: https://forum.audiogames.net/post/505077/#p505077 -- Audiogames-ref

Re: arays in bgt, please let me understand them

2020-02-29 Thread AudioGames . net Forum — Developers room : ivan_soto via Audiogames-reflector
Re: arays in bgt, please let me understand them I'll try to explain...I hope that I don't explain this in such a way that will confuse you even more, but arrays are very simple.Think of arrays as lists of items. If you have a list of things to do you write them down, voice-record them