home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / cinema.dir / 00101_Script_101 < prev    next >
Text File  |  1994-12-03  |  643b  |  25 lines

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