Re: please help me with my bgt code.

2020-08-29 Thread AudioGames . net Forum — Developers room : Yukie via Audiogames-reflector
Re: please help me with my bgt code. i all ready moved my home/end checks out of the for loop. but, the background volume is still not working. i not understand the error with my code. URL: https://forum.audiogames.net/post/565394/#p565394 -- Audiogames-reflector mailing list

Re: please help me with my bgt code.

2020-08-28 Thread AudioGames . net Forum — Developers room : cartertemm via Audiogames-reflector
Re: please help me with my bgt code. Try moving your home/end checks out of the for loop, on the same level as:if(key_pressed(KEY_ESCAPE))There is indeed a more efficient way that doesn't insist on repeating the same line a bunch of times for each keypress.Each of the KEY_* constants

please help me with my bgt code.

2020-08-28 Thread AudioGames . net Forum — Developers room : Yukie via Audiogames-reflector
please help me with my bgt code. hi. i have a problem in my code. i insert the prior and next as a background volume keys. but, the problem is, the volume is not working. and, there is a better way to do this in bgt?sorry for my english. its not my native language.here is my code.#include