home *** CD-ROM | disk | FTP | other *** search
/ Media Gallery 1995 June / MG6.ISO / mg.dig / 00104.ls < prev    next >
Encoding:
Text File  |  1995-04-20  |  2.4 KB  |  76 lines

  1. on enterFrame
  2.   global dur
  3.   if the movieTime of sprite 2 < 220 then
  4.   else
  5.     if the movieTime of sprite 2 < 240 then
  6.       set the ink of sprite 11 to 4
  7.       updateStage()
  8.     else
  9.       if the movieTime of sprite 2 < 260 then
  10.         set the ink of sprite 12 to 4
  11.         updateStage()
  12.       else
  13.         if the movieTime of sprite 2 < 280 then
  14.           set the ink of sprite 13 to 4
  15.           updateStage()
  16.         else
  17.           if the movieTime of sprite 2 < 300 then
  18.             set the ink of sprite 14 to 4
  19.             updateStage()
  20.           else
  21.             if the movieTime of sprite 2 < 320 then
  22.               set the ink of sprite 15 to 4
  23.               updateStage()
  24.             else
  25.               if the movieTime of sprite 2 < 340 then
  26.                 set the ink of sprite 16 to 4
  27.                 updateStage()
  28.               else
  29.                 if the movieTime of sprite 2 < 360 then
  30.                   set the ink of sprite 17 to 4
  31.                   updateStage()
  32.                 else
  33.                   if the movieTime of sprite 2 < 600 then
  34.                   else
  35.                     if the movieTime of sprite 2 < 670 then
  36.                       set the ink of sprite 33 to 4
  37.                       set the ink of sprite 34 to 4
  38.                       updateStage()
  39.                     else
  40.                       if the movieTime of sprite 2 < 1281 then
  41.                       else
  42.                         if the movieTime of sprite 2 < 1400 then
  43.                           set the puppet of sprite 41 to 0
  44.                           set the ink of sprite 41 to 4
  45.                           updateStage()
  46.                         else
  47.                           if the movieTime of sprite 2 < 1548 then
  48.                           else
  49.                             if the movieTime of sprite 2 < 1650 then
  50.                               set the ink of sprite 40 to 4
  51.                               updateStage()
  52.                             else
  53.                               if the movieTime of sprite 2 = dur then
  54.                                 stopvideo(2)
  55.                                 go(the frame + 1)
  56.                               end if
  57.                             end if
  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 if
  68.       end if
  69.     end if
  70.   end if
  71. end
  72.  
  73. on exitFrame
  74.   go(the frame - 1)
  75. end
  76.