hmm.. got a new problem..

i will start a function via this:
Code:
if(textfeldnummer == 31){if(key_plus == 1){zahlenfeld_1_plus();wait(10);}}


The function has a beep(); at his beginning.. but that sound won´t appear..

This is the function:
Code:
function zahlenfeld_1_plus()
{
        beep();
	if(punktlimit >= 0)
	{
		lebenspunkte += speedcounter;
		punktlimit -= speedcounter;
	}
}


punktlimit is set to 10000 at startup...

Any idea why the function isn´t called? The Plus/Minus key should be the +/- from Numpad..

Last edited by xXReapeRXx; 11/02/08 16:10.

Selling my Acknex Engine Editions (A7 Com & A8 Pro):
>> click here if you are interested <<