home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Night Owl 25
/
nopv25.iso
/
029A
/
DR_CPU95.ZIP
/
DR_CPU.EXE
/
DR_CPU.dxr
/
00117.ls
< prev
next >
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
|
1997-03-03
|
177 b
|
8 lines
on exitFrame
put "Time: " & integer(15 - (the timer / 60)) into field "TheTime"
if the timer > (15 * 60) then
put "Time: 0" into field "TheTime"
go(82)
end if
end