15.03.2010, 03:03
Does anyone know how i can make thet the timer repeat's like 30 times and stop?
Well you can create timer by
new mytimer;
mytimer=SetTimer("funcname", interval,repeating); //if the repeating is true it will repeat again and again
and you can destroy it with mytimer=KillTimer(mytimer);
