home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 20 / Creative-Review-CD-ROM-20.iso / pc / image / tibcr972.dir / 00383_Script_383 < prev    next >
Text File  |  1996-11-25  |  226b  |  14 lines

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