home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 #2 / NetCD2.iso / Demogame / TR4 / TR_Times.exe / data1.cab / Program_Executable_Files / Clicker.exe / Clicker.dcr / 00001.ls next >
Encoding:
Text File  |  1999-12-17  |  2.1 KB  |  72 lines

  1. on startMovie
  2.   clearGlobals()
  3. end
  4.  
  5. on checkEm
  6.   if the loc of sprite 13 = point(71, 71) then
  7.     if the loc of sprite 11 = point(151, 71) then
  8.       if the loc of sprite 5 = point(231, 71) then
  9.         if the loc of sprite 9 = point(71, 151) then
  10.           if the loc of sprite 8 = point(151, 151) then
  11.             if the loc of sprite 12 = point(231, 151) then
  12.               if the loc of sprite 7 = point(71, 231) then
  13.                 if the loc of sprite 6 = point(151, 231) then
  14.                   if the loc of sprite 10 = point(231, 231) then
  15.                     snd = random(3)
  16.                     the randomSeed = the timer
  17.                     case snd of
  18.                       1:
  19.                         puppetSound(3, "excel")
  20.                       2:
  21.                         puppetSound(3, "great")
  22.                       3:
  23.                         puppetSound(3, "wdone")
  24.                     end case
  25.                     go(#next)
  26.                   end if
  27.                 end if
  28.               end if
  29.             end if
  30.           end if
  31.         end if
  32.       end if
  33.     end if
  34.   end if
  35. end
  36.  
  37. on checkEm2
  38.   if the loc of sprite 13 = point(71, 231) then
  39.     if the loc of sprite 11 = point(151, 151) then
  40.       if the loc of sprite 5 = point(151, 231) then
  41.         if the loc of sprite 9 = point(71, 71) then
  42.           if the loc of sprite 8 = point(231, 231) then
  43.             if the loc of sprite 12 = point(151, 71) then
  44.               if the loc of sprite 7 = point(231, 71) then
  45.                 if the loc of sprite 6 = point(231, 151) then
  46.                   if the loc of sprite 10 = point(71, 151) then
  47.                     snd = random(3)
  48.                     the randomSeed = the timer
  49.                     case snd of
  50.                       1:
  51.                         puppetSound(3, "excel")
  52.                       2:
  53.                         puppetSound(3, "great")
  54.                       3:
  55.                         puppetSound(3, "wdone")
  56.                     end case
  57.                     go(#next)
  58.                   end if
  59.                 end if
  60.               end if
  61.             end if
  62.           end if
  63.         end if
  64.       end if
  65.     end if
  66.   end if
  67. end
  68.  
  69. on stopMovie
  70.   clearGlobals()
  71. end
  72.