home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle 2002 #3
/
K-CD-3-2002.ISO
/
K-CS.DCR
/
00460.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-01-14
|
221 b
|
15 lines
global StartTid
on new me
startTimer()
end
on exitFrame
if the timer < 300 then
set the text of member "Nedtæller" to string(1 + ((300 - the timer) / 60)) & " s"
go(#loop)
else
go(#next)
end if
end