home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Rooie Oortjes 2
/
RO2_CD.bin
/
menu.dxr
/
00047.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-04-15
|
172 b
|
15 lines
global CatPages
on exitFrame
go(the frame)
end
on mouseUp
set CatPages to CatPages - 1
if CatPages = 0 then
go("cat")
else
go(the frame + 1)
end if
end