home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / bar.dir / 00090.ls < prev    next >
Encoding:
Text File  |  1994-12-03  |  254 b   |  12 lines

  1. on mouseDown
  2.   global getitems, seedog
  3.   if seedog then
  4.     if not getAt(getitems, 2) and not getAt(getitems, 6) then
  5.       set the castNum of sprite 4 to 0
  6.       set the cursor of sprite 4 to 0
  7.       cursor(200)
  8.       go("K1_3")
  9.     end if
  10.   end if
  11. end
  12.