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

  1. on exitFrame
  2.   global dest
  3.   put "none" into dest
  4.   hideObjects("2,9,10,17,18,19,20,21,46,47,48")
  5.   rollOver1("18,Film Play,46,Contents,47,Help,48,Quit")
  6.   rollOver2("9,10,none")
  7.   go the frame
  8. end
  9.  
  10. on mouseUp
  11.   global dest
  12.   if dest <> "none" then
  13.     set the visible of sprite 2 to true
  14.     go to dest
  15.   end if
  16. end
  17.  
  18.