home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 20 / Creative-Review-CD-ROM-20.iso / pc / image / tibcr972.dir / 00380_Script_380 < prev    next >
Text File  |  1996-11-25  |  382b  |  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,23,24,25,26,27,28,46,47,48")
  5.   rollOver1("46,About,47,Help,48,Quit")
  6.   rollDisplay1("9,10")
  7.   rollDisplay2("11,17,23,12,18,24,13,19,25,14,20,26,15,21,27,16,22,28")
  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