home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / minka_c.dir / 00103_Script_103 < prev    next >
Text File  |  1994-12-03  |  517b  |  26 lines

  1. on mousedown
  2.   global getpoints
  3.   repeat with i=1 to 37
  4.     set the cursor of sprite i=0
  5.   end repeat
  6.   cursor 200
  7.   global getpieces
  8.   if getat(getpieces,6) then
  9.     puppetsprite 20,1
  10.   end if
  11.   if getat(getpoints,2) and getat(getpoints,3) then
  12.     if getat(getpoints,4) and getat(getpoints,5) then
  13.       if getat(getpoints,6) then
  14.         go to "scene2_4"
  15.       else
  16.         go to "scene2_3"
  17.       end if
  18.     else
  19.       go to "scene2_2"
  20.     end if
  21.   else
  22.     go to "scene2_1"
  23.   end if
  24. end
  25.  
  26.