home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / search.dir / 00094_Script_94 < prev    next >
Text File  |  1996-03-11  |  293b  |  18 lines

  1. on mouseDown
  2.   repeat with i=11 to 18
  3.     set the visible of sprite i to FALSE
  4.   end repeat
  5.   
  6.   
  7.   repeat with i=2 to 21
  8.     puppetSprite i,false
  9.   end repeat
  10.   updateStage
  11.   
  12.   go frame "end"
  13.   --  disposeRearWindow
  14.   --  quit
  15.   
  16.   go frame "fade" of movie "quit.dir"
  17.   
  18. end