home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Ga Ichiban! 1996 December
/
macgaichiban199612.bin
/
MOVIES
/
TRUE.Dxr
/
00089.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-10-07
|
200 b
|
12 lines
on exitFrame
set nowspnum to mouseCast()
if (nowspnum >= 2) and (nowspnum <= 6) then
if rollOver(nowspnum) then
cursor(282)
end if
else
cursor(-1)
end if
go(the frame)
end