home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Curio City 11
/
CURIO11.bin
/
pc
/
movie
/
shop
/
grapht.dir
/
00172.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1998-01-01
|
249 b
|
17 lines
on exitFrame
if the frame = marker(0) then
if rollOver(15) then
cursor([38, 40])
else
cursor(0)
end if
else
if rollOver(15) then
cursor([39, 41])
else
cursor(0)
end if
end if
go(the frame)
end