home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 28
/
Creative-Review-CD-ROM-28.iso
/
pc
/
image
/
image.dir
/
00316_Script_316
< prev
next >
Wrap
Text File
|
1997-08-11
|
444b
|
21 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,Photography 9,45,Photography 7,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