home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SKIP - The Laundry Guide
/
LEVER_CD.iso
/
lever
/
cchfs.dir
/
00067.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-02-21
|
191 b
|
12 lines
on exitFrame
global framecount
evaluate()
set framecount to framecount + 1
if framecount = 90 then
set framecount to 0
go(the frame + 1)
else
go(the frame)
end if
end