home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / motel_b.dir / 00049_Script_49 < prev    next >
Text File  |  1994-12-03  |  319b  |  12 lines

  1. on mousedown
  2.   puppetsound "nock"
  3.   global getpoints,getitems
  4.   if not(getat(getpoints,3)) and getat(getitems,1) then
  5.     set the cursor of sprite 4=0
  6.     play "PAPER_1"
  7.   else if getat(getpoints,2) and getat(getpoints,4) and getat(getpoints,5) then
  8.     go to "ALICE_2"
  9.   else
  10.     play "ALICE_1"
  11.   end if
  12. end