home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / minka_b.dir / 00071_Script_71 < prev    next >
Text File  |  1994-12-11  |  592b  |  20 lines

  1. on exitFrame
  2.   global explode,getpoints
  3.   set the cursor of sprite 29=[243,244]
  4.   set the cursor of sprite 30=[243,244]
  5.   if explode=[1,1,1,1] and not(getat(getpoints,6)) then
  6.     set the cursor of sprite 8=[243,244]
  7.   else
  8.     if not(getat(explode,1)) and getat(getpoints,5) then 
  9.       go to "brown"
  10.     else if not(getat(explode,2)) and getat(getpoints,3) then 
  11.       go to "green"
  12.     else if not(getat(explode,3)) and getat(getpoints,2) then 
  13.       go to "red"
  14.     else if not(getat(explode,4)) and getat(getpoints,4) then 
  15.       go to "blue"
  16.     end if
  17.   end if
  18. end
  19.  
  20.