Re: I found a very weird thingy in python!

2017-08-13 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: I found a very weird thingy in python! Fixed. Man that fixed! Oh yeh thanks maggerb sorry for my damn spelling but changing the global's position fixed my problem! Oh maaan! URL: http://forum.audiogames.net/viewtopic.php?pid=324229#p3

Re: I found a very weird thingy in python!

2017-08-12 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: I found a very weird thingy in python! You'd be surprised at just how often a typo or something stupid like that can trip up even the most experienced programmer for hours on end. Hm, another possibility might be your use of globals, you usually have to specify globals when using

Re: I found a very weird thingy in python!

2017-08-12 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: I found a very weird thingy in python! You'd be surprised at just how often a typo or something stupid like that can trip up even the most experienced programmer for hours on end. Hm, another possibility might be your use of globals, you usually have to specify globals when using

Re: I found a very weird thingy in python!

2017-08-12 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: I found a very weird thingy in python! Oh maybe i wrongly did that but anyways, last time it was correct spelled and capitalised but my problem was still there... URL: http://forum.audiogames.net/viewtopic.php?pid=324014#p324014

Re: I found a very weird thingy in python!

2017-08-12 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: I found a very weird thingy in python! Oh maybe i wonrgly did that but anyways, last time it was correct spelled and capitalised but my problem was still there... URL: http://forum.audiogames.net/viewtopic.php?pid=324014#p324014

Re: I found a very weird thingy in python!

2017-08-12 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: I found a very weird thingy in python! The "W" in "elif symbol == key.w:" isn't capitalized, this is likely causing an error thats blocking any further if statements. URL: http://forum.audiogames.net/viewtop

Re: I found a very weird thingy in python!

2017-08-12 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: I found a very weird thingy in python! The URL: http://forum.audiogames.net/viewtopic.php?pid=323997#p323997 ___ Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin

Re: I found a very weird thingy in python!

2017-08-11 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: I found a very weird thingy in python! I don't get any errors at all! Application runs correctly, Just if I have a += oprater in a key press if condition block, Other key press conditions won't work too. My code is here:import pygletimport libaudioverseimport timeimport

Re: I found a very weird thingy in python!

2017-08-11 Thread AudioGames . net Forum — Developers room : CAE_Jones via Audiogames-reflector
Re: I found a very weird thingy in python! In what way are you using the += operator? Do you get error messages, or does it just not work? URL: http://forum.audiogames.net/viewtopic.php?pid=323962#p323962 ___ Audiogames-reflector mailing

I found a very weird thingy in python!

2017-08-11 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
I found a very weird thingy in python! Hi there. Yesterday That i was trying to do some simple stuff with libaudioverse, I found out if I use the += operater, Handling key presses will faile. I used pyglet to handle them and make the window. So does anyone know what is the reason and how