home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / search.dir / 00044.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  209 b   |  12 lines

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