home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / minka_a.dir / 00047.ls < prev    next >
Encoding:
Text File  |  1994-12-06  |  191 b   |  11 lines

  1. on mouseDown
  2.   global getitems, getpoints
  3.   if not getAt(getpoints, 4) then
  4.     if getAt(getitems, 2) then
  5.       go("OLDMISS_2")
  6.     else
  7.       play frame "OLDMISS_1"
  8.     end if
  9.   end if
  10. end
  11.