home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / map.dir / 00055.ls < prev    next >
Encoding:
Text File  |  1994-12-12  |  167 b   |  10 lines

  1. on mouseDown
  2.   repeat with i = 1 to 36
  3.     set the cursor of sprite i to 0
  4.   end repeat
  5.   puppetSprite(30, 0)
  6.   cursor(-1)
  7.   sound fadeOut 1, 1 * 60
  8.   go("staff")
  9. end
  10.