Re: some bgt errors that i couldn't debug

2020-07-02 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector
Re: some bgt errors that i couldn't debug If you're talking about the program you were talking about earlier in this topic, then I'm dying on the floor laughing. You barely need a function to make that game. URL: https://forum.audiogames.net/post/548105/#p548105

Re: some bgt errors that i couldn't debug

2020-07-02 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: some bgt errors that i couldn't debug You do, but you need to understand the basics first. If you can't write a simple program you have shown correctly here correctly, classes are way beyond you. Like I said, go back to the earlier sections of the tutorial, you need to learn

Re: some bgt errors that i couldn't debug

2020-07-02 Thread AudioGames . net Forum — Developers room : ilyas booneehee via Audiogames-reflector
Re: some bgt errors that i couldn't debug do you meen i don't need classes and handles to make a game like that? URL: https://forum.audiogames.net/post/548087/#p548087 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-guc

Re: some bgt errors that i couldn't debug

2020-07-02 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: some bgt errors that i couldn't debug It’s a good thing that you don’t have to learn about them yet. Start off with the basics. Don’t skip sections. URL: https://forum.audiogames.net/post/548023/#p548023 -- Audiogames-reflector mailing list Audiogames-reflector@sabah

Re: some bgt errors that i couldn't debug

2020-07-02 Thread AudioGames . net Forum — Developers room : ilyas booneehee via Audiogames-reflector
Re: some bgt errors that i couldn't debug i don't know what a class does and what is good for, and i don't know what do handels do URL: https://forum.audiogames.net/post/548014/#p548014 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucu

Re: some bgt errors that i couldn't debug

2020-07-02 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: some bgt errors that i couldn't debug What exactly confuses you? We need more details in order to be able to assist you. URL: https://forum.audiogames.net/post/547969/#p547969 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabah

Re: some bgt errors that i couldn't debug

2020-07-02 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: some bgt errors that i couldn't debug What exactly confuses you? I need more details. URL: https://forum.audiogames.net/post/547969/#p547969 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/ma

Re: some bgt errors that i couldn't debug

2020-07-02 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector
Re: some bgt errors that i couldn't debug How? That tutorial is one of the easiest to understand Tutorials I've found, and I've looked througgh a good amount. URL: https://forum.audiogames.net/post/547965/#p547965 -- Audiogames-reflector mailing list Audiogames-refle

Re: some bgt errors that i couldn't debug

2020-07-02 Thread AudioGames . net Forum — Developers room : ilyas booneehee via Audiogames-reflector
Re: some bgt errors that i couldn't debug i couldn't understand that tutorial URL: https://forum.audiogames.net/post/547916/#p547916 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/

Re: some bgt errors that i couldn't debug

2020-07-02 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: some bgt errors that i couldn't debug I personally will not fix your code unless you actually read the tutorial, which from the looks of what you posted you haven’t. URL: https://forum.audiogames.net/post/547904/#p547904 -- Audiogames-reflector mailing list Audiogames-refl

Re: some bgt errors that i couldn't debug

2020-07-02 Thread AudioGames . net Forum — Developers room : ilyas booneehee via Audiogames-reflector
Re: some bgt errors that i couldn't debug hey. this is a game for my brother that i am building for him. please help me with the code. i want your opinions in it because if i compile it it produces sounds errors because i didn't provide sounds yet (cuting each sound on it'

Re: some bgt errors that i couldn't debug

2020-07-01 Thread AudioGames . net Forum — Developers room : lukas via Audiogames-reflector
Re: some bgt errors that i couldn't debug Actually, the fix from post 2 still wouldn't work because that still leaves the second alert call with just one string parameter, not two. Here goes the offending line again:alert("hey "+name, "how are you doing

Re: some bgt errors that i couldn't debug

2020-07-01 Thread AudioGames . net Forum — Developers room : lukas via Audiogames-reflector
Re: some bgt errors that i couldn't debug Actually, the fix from post 2 still wouldn't work bešcause that still leaves the second alert call with just one string parameter, not two. Here goes the offending line again:alert("hey "+name, "how are you doing t

Re: some bgt errors that i couldn't debug

2020-06-30 Thread AudioGames . net Forum — Developers room : ilyas booneehee via Audiogames-reflector
Re: some bgt errors that i couldn't debug ah. ok thanks for the help and suggestion. this will be the topic for all my bgt errors URL: https://forum.audiogames.net/post/547265/#p547265 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: some bgt errors that i couldn't debug

2020-06-29 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector
Re: some bgt errors that i couldn't debug Also, it'd probably help if you read the tutorial first... URL: https://forum.audiogames.net/post/547066/#p547066 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.c

Re: some bgt errors that i couldn't debug

2020-06-29 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Re: some bgt errors that i couldn't debug You don't need semicolons after if statements and you had way too many "+ in the alert call. . Here is your fixed code.string name;void main() {name=input_box("hello","please enter your name in the box bellow&quo

some bgt errors that i couldn't debug

2020-06-29 Thread AudioGames . net Forum — Developers room : ilyas booneehee via Audiogames-reflector
some bgt errors that i couldn't debug hello guys. i was experementing with bgt, and i struggled with errors. as soon as i try to fix one, two others apeer, and when i try to change a string, errors come and blow my mind down, then i go like, what in the world of pikacchus is rong with