home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 30 / Creative-Review-CD-ROM-30.iso / pc / image / image.dir / 00309_Script_309 < prev    next >
Text File  |  1997-09-29  |  442b  |  24 lines

  1. on enterFrame
  2.   showObjects("1,2,3,4,5,6,7,9,10,11,12,13,43")
  3.   inkOut("8")
  4. end
  5.  
  6. on exitFrame
  7.   global dest
  8.   put "none" into dest
  9.   hideObjects("14,17,18,19,20,21,22,46,47,48")
  10.   rollOver1("19,Film Play,46,Contents,47,Help,48,Quit")
  11.   rollOverInk("8,17,none")
  12.   go the frame
  13. end
  14.  
  15. on mouseUp
  16.   global dest
  17.   if dest <> "none" then
  18.     unPuppet("8")
  19.     set the visible of sprite 14 to true
  20.     go to dest
  21.   end if
  22. end
  23.  
  24.