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

  1. on mouseDown
  2.   set the castNum of sprite 1 to 0
  3.   puppetSprite(1, 0)
  4.   repeat with i = 2 to 5
  5.     set the cursor of sprite i to 0
  6.   end repeat
  7.   cursor(200)
  8.   go("toPICT")
  9. end
  10.