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

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