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

  1. on mouseDown
  2.   global getpoints, getitems, getpieces
  3.   repeat with i = 1 to 37
  4.     set the cursor of sprite i to 0
  5.   end repeat
  6.   cursor(200)
  7.   if getAt(getpieces, 2) then
  8.     puppetSprite(8, 1)
  9.   end if
  10.   if not getAt(getitems, 1) then
  11.     go("scene2_1")
  12.   else
  13.     if not getAt(getpoints, 3) then
  14.       go("scene2_2")
  15.     else
  16.       go("scene2_3")
  17.     end if
  18.   end if
  19. end
  20.