home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / bar.dir / 00088_Script_88 < prev    next >
Text File  |  1994-12-03  |  203b  |  12 lines

  1. on mousedown
  2.   global getitems,getpoints
  3.   if getat(getitems,5) then
  4.     if getat(getpoints,2) then
  5.       play "K1_2*"
  6.     else
  7.       play "K1_2"
  8.     end if
  9.   else
  10.     play "K1_1"
  11.   end if
  12. end