home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 30
/
Creative-Review-CD-ROM-30.iso
/
mac
/
IMAGE
/
Image.dir
/
00090_Script_90
< prev
next >
Wrap
Text File
|
1997-09-29
|
450b
|
22 lines
on enterFrame
showObjects("1,2,3,4,5,6,7,8,9,10,11,12")
inkOut("10,11,12")
end
on exitFrame
global dest
put "none" into dest
hideObjects("13,14,15,44,45,46,47,48")
rollOverInk("10,13,none,11,14,none,12,15,none")
rollOver1("44,Illustration 14,45,Illustration 12,46,Contents,47,Help,48,Quit")
go the frame
end
on mouseUp
global dest
if dest <> "none" then
unPuppet("10,11,12")
go to dest
end if
end