home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Discovering Nature in the City
/
LUONTOCD.iso
/
pc
/
files
/
intro.dxr
/
00006.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
|
1996-12-17
|
140 b
|
10 lines
on exitFrame
global gTime
set x to the ticks - gTime
if x > (2 * 60) then
go(the frame + 1)
else
go(the frame)
end if
end