home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 30 / Creative-Review-CD-ROM-30.iso / pc / image / image.dir / 00315_Script_315 < prev    next >
Text File  |  1997-09-29  |  444b  |  21 lines

  1. on enterFrame
  2.   showObjects("1,2,3,4,5,6,7,8,9,10,11,12")
  3.   inkOut("10,11,12")
  4. end
  5.  
  6. on exitFrame
  7.   global dest
  8.   put "none" into dest
  9.   hideObjects("13,14,15,44,45,46,47,48")
  10.   rollOverInk("10,13,none,11,14,none,12,15,none")
  11.   rollOver1("44,Photography 8,45,Photography 6,46,Contents,47,Help,48,Quit")
  12.   go the frame
  13. end
  14.  
  15. on mouseUp
  16.   global dest
  17.   if dest <> "none" then
  18.     unPuppet("10,11,12")
  19.     go to dest
  20.   end if
  21. end