home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 20 / Creative-Review-CD-ROM-20.iso / pc / image / tibcr972.dir / 00333_Script_333 < prev    next >
Text File  |  1996-11-25  |  338b  |  16 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,Illustration 8,45,Illustration 6,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
  16.