variables 3 min to 0
#1

I need to reduce variables of 3 minutes to 0, and each time it reaches 2 or 1 minute, alarm it with an if() statement, how would i do that?

new minutes = 3;
new seconds = 60;

seconds --;

if(seconds == 0) return minutes--;
?
Reply
#2

Inside your if(seconds == 0), which is true when a minute has passed
Reply
#3

than in that if() statement i should place:

minutes--;
seconds= 60;??
Reply
#4

anyonee?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)