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

  1. on mouseDown
  2.   global getpoints
  3.   if not getAt(getpoints, 5) then
  4.     setAt(getpoints, 5, 1)
  5.     puppetSprite(4, 1)
  6.     set the castNum of sprite 4 to 0
  7.     set the cursor of sprite 4 to 0
  8.   end if
  9. end
  10.