home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Ga Ichiban! 1997 October
/
macgaichiban199710.bin
/
MOVIES
/
INTERNET.Dxr
/
00011.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-08-04
|
242 b
|
13 lines
on exitFrame
global gquittime, gchecktime
if gquittime = 0 then
set gquittime to 1
set gchecktime to the timer
else
if the timer > (gchecktime + (4 * 60)) then
go(the frame + 1)
end if
end if
go(the frame)
end