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

  1. on mouseDown
  2.   global getpoints
  3.   if getAt(getpoints, 5) then
  4.     puppetSprite(4, 1)
  5.     set the castNum of sprite 4 to 0
  6.   else
  7.     set the cursor of sprite 4 to [243, 244]
  8.   end if
  9.   set the cursor of sprite 5 to 0
  10.   go("KARTEN_1")
  11. end
  12.