function time()
{
while(min>=0&&sec>0)
{
sec--;
wait(-1);

if(sec==0) {sec=59; min--;}
ende();
}
}

klappt nicht !