Re: trying to solidify my understanding of coding concepts, and failing

2021-01-24 Thread AudioGames . net Forum — Developers room : Turkce_Rap via Audiogames-reflector
Re: trying to solidify my understanding of coding concepts, and failing One thing i will never understand about the "Bgt coding guys", if You're that smart to learn such scripting language why not learn C sharp instead which is a programing language and more functional or P

Re: trying to solidify my understanding of coding concepts, and failing

2021-01-24 Thread AudioGames . net Forum — Developers room : Turkce_Rap via Audiogames-reflector
Re: trying to solidify my understanding of coding concepts, and failing One thing i will never understand about the Bgft guys, if You're that smart to learn such script ing language why not learn C sharp instead which is a programing language and more functional or Python otherwise

Re: trying to solidify my understanding of coding concepts, and failing

2021-01-23 Thread AudioGames . net Forum — Developers room : GrannyCheeseWheel via Audiogames-reflector
Re: trying to solidify my understanding of coding concepts, and failing In Python, you pass handles without a second thought. BGT just turns it into this nebulous, hard to grasp thing and the manual doesn't explain it properly in my opinion. URL: https://forum.audiogames.net/post/6

Re: trying to solidify my understanding of coding concepts, and failing

2021-01-23 Thread AudioGames . net Forum — Developers room : targor via Audiogames-reflector
Re: trying to solidify my understanding of coding concepts, and failing In other high level languages, basic datatypes such as numbers (int) or characters (char) are often automatically passed by value (a new variable with the same content is made every time you use it as a function

Re: trying to solidify my understanding of coding concepts, and failing

2021-01-22 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: trying to solidify my understanding of coding concepts, and failing @musicalman, I have been writing code for a couple of years now, and I still consider myself barely above a beginner. Don't feel bad when you get stuck... it takes time.That being said, let me try and explain ha

Re: trying to solidify my understanding of coding concepts, and failing

2021-01-22 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: trying to solidify my understanding of coding concepts, and failing @10It always amazes me that there in fact haven't been BGT viruses.  It's perfect.  All you have to do is say "let my program through the AV" and the program doesn't even have to be written in

Re: trying to solidify my understanding of coding concepts, and failing

2021-01-22 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: trying to solidify my understanding of coding concepts, and failing The problem is that BGT's perspective entirely comes from new programmers, on a site where we consider said aforementioned Bopit clones to be the height of entertainment.  There's a culture here of "I

Re: trying to solidify my understanding of coding concepts, and failing

2021-01-22 Thread AudioGames . net Forum — Developers room : GrannyCheeseWheel via Audiogames-reflector
Re: trying to solidify my understanding of coding concepts, and failing Lol, +1 URL: https://forum.audiogames.net/post/608811/#p608811 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo

Re: trying to solidify my understanding of coding concepts, and failing

2021-01-22 Thread AudioGames . net Forum — Developers room : chrisnorman7 via Audiogames-reflector
Re: trying to solidify my understanding of coding concepts, and failing I think the general consensus is that BGT is easy, in the same way heroine is easy. You'll feel good about yourself, but not in any meaningful way, and you'll lose all your friends and start to smell bad. T

Re: trying to solidify my understanding of coding concepts, and failing

2021-01-22 Thread AudioGames . net Forum — Developers room : musicalman via Audiogames-reflector
Re: trying to solidify my understanding of coding concepts, and failing @8, thanks for the perspective!See, I wouldn't have known that BGT is the least helpful ever for getting you to think about design patterns. I guess I latched onto the fact that it does go for quick gratification

Re: trying to solidify my understanding of coding concepts, and failing

2021-01-22 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: trying to solidify my understanding of coding concepts, and failing @6First: if you haven't spent at least a couple years on this, you're not behind.  People always overestimate how fast they can go.  It took me at least a few years to be even halfway competent.  This idea

Re: trying to solidify my understanding of coding concepts, and failing

2021-01-22 Thread AudioGames . net Forum — Developers room : thggamer via Audiogames-reflector
Re: trying to solidify my understanding of coding concepts, and failing @5 Think the main body of the player class is the same idea as the top of your script, you can put only variables on it. To put instructions, you need functions, like "main" or the player's constructor

Re: trying to solidify my understanding of coding concepts, and failing

2021-01-22 Thread AudioGames . net Forum — Developers room : musicalman via Audiogames-reflector
Re: trying to solidify my understanding of coding concepts, and failing Thanks guys for your responses!@2, You basically showed me that my hunches about handles are correct. While I will have to study what you did a few times to solidify it, I feel like I'm on the right track with th

Re: trying to solidify my understanding of coding concepts, and failing

2021-01-22 Thread AudioGames . net Forum — Developers room : musicalman via Audiogames-reflector
Re: trying to solidify my understanding of coding concepts, and failing Thanks guys for your responses!@2, You basically showed me that my hunches about handles are correct. While I will have to study what you did a few times to solidify it, I feel like I'm on the right track with th

Re: trying to solidify my understanding of coding concepts, and failing

2021-01-22 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: trying to solidify my understanding of coding concepts, and failing i recommend python. i hate bgt, and most people don't recommend. it's out dated. and many more reasons. python is really awsome. any one in this forum recommend, atleest, don't say no if oyu wan't

Re: trying to solidify my understanding of coding concepts, and failing

2021-01-22 Thread AudioGames . net Forum — Developers room : ogomez92 via Audiogames-reflector
Re: trying to solidify my understanding of coding concepts, and failing yeah BGT forces you to use handles which is strange, most high level programming languages don't require you to even think about that. URL: https://forum.audiogames.net/post/608676/#p608676 -- Audio

Re: trying to solidify my understanding of coding concepts, and failing

2021-01-22 Thread AudioGames . net Forum — Developers room : chrisnorman7 via Audiogames-reflector
Re: trying to solidify my understanding of coding concepts, and failing Sorry to be "that guy" again... but please don't use BGT. You could google this stuff so easily if you were using literally any other language.In Python for example, you pass handles most of the time wi

Re: trying to solidify my understanding of coding concepts, and failing

2021-01-22 Thread AudioGames . net Forum — Developers room : thggamer via Audiogames-reflector
Re: trying to solidify my understanding of coding concepts, and failing Yes, this example is a good way to apply the concepts you learned abouthandles. I'll make a example, let me know if you understood it, or if you became confused so I can explain it another way.In this example,

Re: trying to solidify my understanding of coding concepts, and failing

2021-01-22 Thread AudioGames . net Forum — Developers room : thggamer via Audiogames-reflector
Re: trying to solidify my understanding of coding concepts, and failing Yes, this example is a good way to apply the concepts you learned abouthandles. I'll make a example, let me know if you understood it, or if you became confused so I can explain it another way.In this example,