home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 20 / Creative-Review-CD-ROM-20.iso / pc / image / tibcr972.dir / 00381_Script_381 < prev    next >
Text File  |  1996-11-25  |  346b  |  16 lines

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