home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Corrida
/
DTM2001.swf
/
scripts
/
frame_8
/
DoAction.as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-07-07
|
213 b
|
13 lines
if(Number(zeh) < 10)
{
zeh = "0" add zeh;
}
if(Number(sek) < 10 and Number(zeh) < 1)
{
sek = "0" add sek;
}
if(Number(min) < 10 and Number(sek) < 1 and Number(zeh) < 1)
{
min = "0" add min;
}