home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1996 January
/
macformat-033.iso
/
mac
/
Education
/
Dorling Kindersley
/
Body
/
DATA
/
contentM.dir
/
00001.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1995-06-29
|
326 b
|
16 lines
on exitFrame
if rollOver(22) and the mouseDown then
go("st", "splash")
abort()
else
if rollOver(23) and the mouseDown then
go("info")
else
if rollOver(24) and the mouseDown and (the castNum of sprite 24 = 13) then
go("ST", "01.DIR")
end if
end if
end if
go(the frame)
end