home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle 2002 #7
/
K-CD-7-2002.ISO
/
Tools
/
K-CS.dcr
/
00323.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-04-10
|
180 b
|
15 lines
property StartTicks
on new me
cursor(4)
set StartTicks to the ticks
end
on exitFrame
if the ticks > (StartTicks + 300) then
go(#next)
else
go(#loop)
end if
end