home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 - Expo 2000
/
Image.iso
/
cserve
/
start.dxr
/
00124.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-12-09
|
226 b
|
17 lines
on enterFrame
if rollOver(5) then
go("10")
end if
if rollOver(7) then
go("12")
end if
end
on exitFrame
if soundBusy(1) then
else
set the sound of member "PARTNER.MOV" to 1
end if
go(the frame)
end