home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / minka_a.dir / 00047_Script_47 < prev    next >
Text File  |  1994-12-06  |  193b  |  10 lines

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