home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 30 / Creative-Review-CD-ROM-30.iso / pc / image / image.dir / 00298_Script_298 < prev    next >
Text File  |  1997-09-29  |  516b  |  21 lines

  1. on enterFrame
  2.   showObjects("1,2,3,4,5,6,7,8,9,10,11,12,13,43")
  3. end
  4.  
  5. on exitFrame
  6.   global dest
  7.   put "none" into dest
  8.   hideObjects("14,15,16,17,18,19,20,21,22,23,24,25,46,47,48")
  9.   rollOver2("14,20,Pre Photography 1,15,21,Pre Illustration 1,16,22,Pre Film,17,23,Pre News & Views,18,24,Pre Competition,19,25,Pre About")
  10.   rollOver1("46,Introduction,47,Help,48,Quit")
  11.   rollOverDisp3("6,20,21,22")
  12.   go the frame
  13. end
  14.  
  15. on mouseUp
  16.   global dest
  17.   if dest <> "none" then
  18.     go to dest
  19.   end if
  20. end
  21.