home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 20 / Creative-Review-CD-ROM-20.iso / pc / image / tibcr972.dir / 00294_Script_294 < prev    next >
Text File  |  1996-11-25  |  442b  |  17 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,46,47,48")
  5.   rollOver2("9,15,Pre Photography 1,10,16,Pre Illustration 1,11,17,Pre Film,12,18,Pre News & Views,13,19,Pre Competition,14,20,Pre About")
  6.   rollOver1("46,Introduction,47,Help,48,Quit")
  7.   rollOverDisp3("45,15,16,17")
  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
  17.