home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 20 / Creative-Review-CD-ROM-20.iso / pc / image / tibcr972.dir / 00373_Script_373 < prev    next >
Text File  |  1996-11-25  |  335b  |  15 lines

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