home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / DTM2001.swf / scripts / frame_8 / DoAction.as < prev   
Encoding:
Text File  |  2001-07-07  |  213 b   |  13 lines

  1. if(Number(zeh) < 10)
  2. {
  3.    zeh = "0" add zeh;
  4. }
  5. if(Number(sek) < 10 and Number(zeh) < 1)
  6. {
  7.    sek = "0" add sek;
  8. }
  9. if(Number(min) < 10 and Number(sek) < 1 and Number(zeh) < 1)
  10. {
  11.    min = "0" add min;
  12. }
  13.