Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. if(Seconde=== 100){
  2. Seconde = 0;
  3. TimeSeconde= TimeSeconde -1;
  4. TimeCounter.setText("Time: "+ TimeMinuut + ':' + TimeSeconde);
  5. }
  6. if(TimeSeconde<1){
  7. TimeMinuut= TimeMinuut -1;
  8. TimeSeconde= 59;
  9. TimeCounter.setText("Time: "+ TimeMinuut + ':' + TimeSeconde);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement