home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / 360catcher.swf / scripts / frame_20 / DoAction.as
Encoding:
Text File  |  2006-07-21  |  183.9 KB  |  2,945 lines

  1. var ┬º\x01┬º = 705;
  2. loop0:
  3. while(true)
  4. {
  5.    if(eval("\x01") == 705)
  6.    {
  7.       set("\x01",eval("\x01") + 274);
  8.       ┬º┬ºpush(true);
  9.       continue;
  10.    }
  11.    if(eval("\x01") == 979)
  12.    {
  13.       set("\x01",eval("\x01") - 892);
  14.       if(┬º┬ºpop())
  15.       {
  16.          set("\x01",eval("\x01") + 555);
  17.       }
  18.       continue;
  19.    }
  20.    if(eval("\x01") == 377)
  21.    {
  22.       set("\x01",eval("\x01") + 216);
  23.       if(┬º┬ºpop())
  24.       {
  25.          set("\x01",eval("\x01") - 286);
  26.       }
  27.       continue;
  28.    }
  29.    if(eval("\x01") == 642)
  30.    {
  31.       set("\x01",eval("\x01") - 265);
  32.       ┬º┬ºpush(true);
  33.       continue;
  34.    }
  35.    if(eval("\x01") == 164)
  36.    {
  37.       set("\x01",eval("\x01") + 194);
  38.       break;
  39.    }
  40.    if(eval("\x01") == 593)
  41.    {
  42.       set("\x01",eval("\x01") - 286);
  43.       break;
  44.    }
  45.    if(eval("\x01") == 97)
  46.    {
  47.       set("\x01",eval("\x01") + 108);
  48.       stop();
  49.       break;
  50.    }
  51.    if(eval("\x01") == 876)
  52.    {
  53.       set("\x01",eval("\x01") - 712);
  54.       if(┬º┬ºpop())
  55.       {
  56.          set("\x01",eval("\x01") + 194);
  57.       }
  58.       continue;
  59.    }
  60.    if(eval("\x01") == 87)
  61.    {
  62.       set("\x01",eval("\x01") + 555);
  63.       ┬º┬ºpush(┬º┬ºpop() add ┬º┬ºpop());
  64.       break;
  65.    }
  66.    if(eval("\x01") == 334)
  67.    {
  68.       set("\x01",eval("\x01") - 237);
  69.       if(┬º┬ºpop())
  70.       {
  71.          set("\x01",eval("\x01") + 108);
  72.       }
  73.       continue;
  74.    }
  75.    if(eval("\x01") == 841)
  76.    {
  77.       set("\x01",eval("\x01") - 507);
  78.       ┬º┬ºpush(true);
  79.       continue;
  80.    }
  81.    if(eval("\x01") != 78)
  82.    {
  83.       if(eval("\x01") == 205)
  84.       {
  85.          set("\x01",eval("\x01") + 279);
  86.          fps = 30;
  87.          sec = 30;
  88.          min = 0;
  89.          Score = 0;
  90.          opt = false;
  91.          tzm = false;
  92.          showtxt = false;
  93.          addtext = false;
  94.          tmb2 = 30;
  95.          timer = 15;
  96.          ballsp = 20;
  97.          perf = (min * 59 + 59 - sec) * 500;
  98.          far = (min * 59 + 59 - sec) * 150;
  99.          god = (min * 59 + 59 - sec) * 200;
  100.          verygod = (min * 59 + 59 - sec) * 300;
  101.          b = Math.random() * 1;
  102.          pl = false;
  103.          onEnterFrame = function()
  104.          {
  105.             if(tmb2 > 0)
  106.             {
  107.                tmb2--;
  108.             }
  109.             else
  110.             {
  111.                b = Math.random(1) * 18;
  112.                b = Math.floor(b);
  113.                callball();
  114.                tmb2 = timer;
  115.             }
  116.             time_();
  117.             _root.Mins = min;
  118.             if(sec <= 9 && sec >= 0)
  119.             {
  120.                _root.Secs = "0" + sec;
  121.             }
  122.             else if(sec > 9)
  123.             {
  124.                _root.Secs = sec;
  125.             }
  126.             if(min <= 0 && sec <= 0 && showtxt == false)
  127.             {
  128.                pl = true;
  129.                showtxt = true;
  130.                addtext = true;
  131.             }
  132.             if(showtxt == true)
  133.             {
  134.                if(Score >= perf && addtext == true)
  135.                {
  136.                   _root.attachMovie("perfect2","perfect2",_root.getNextHighestDepth());
  137.                   _root.perfect2._x = 510;
  138.                   _root.perfect2._y = 300;
  139.                   addtext = false;
  140.                }
  141.                if(Score >= verygod && Score < perf && addtext == true)
  142.                {
  143.                   _root.attachMovie("verygood2","verygood2",_root.getNextHighestDepth());
  144.                   _root.verygood2._x = 510;
  145.                   _root.verygood2._y = 300;
  146.                   addtext = false;
  147.                }
  148.                if(Score >= god && Score < verygod && addtext == true)
  149.                {
  150.                   _root.attachMovie("good2","good2",_root.getNextHighestDepth());
  151.                   _root.good2._x = 510;
  152.                   _root.good2._y = 300;
  153.                   addtext = false;
  154.                }
  155.                if(Score >= far && Score < god && addtext == true)
  156.                {
  157.                   _root.attachMovie("fair2","fair2",_root.getNextHighestDepth());
  158.                   _root.fair2._x = 510;
  159.                   _root.fair2._y = 300;
  160.                   addtext = false;
  161.                }
  162.                if(Score >= 0 && Score < far && addtext == true)
  163.                {
  164.                   _root.attachMovie("poor2","poor2",_root.getNextHighestDepth());
  165.                   _root.poor2._x = 510;
  166.                   _root.poor2._y = 300;
  167.                   addtext = false;
  168.                }
  169.             }
  170.             if(Score >= 0 && Score <= 9)
  171.             {
  172.                _root.sc = "000000000" + Score;
  173.             }
  174.             if(Score >= 9 && Score <= 99)
  175.             {
  176.                _root.sc = "00000000" + Score;
  177.             }
  178.             if(Score >= 99 && Score <= 999)
  179.             {
  180.                _root.sc = "0000000" + Score;
  181.             }
  182.             if(Score >= 999 && Score <= 9999)
  183.             {
  184.                _root.sc = "000000" + Score;
  185.             }
  186.             if(Score >= 9999 && Score <= 99999)
  187.             {
  188.                _root.sc = "00000" + Score;
  189.             }
  190.             if(Score >= 99999 && Score <= 999999)
  191.             {
  192.                _root.sc = "0000" + Score;
  193.             }
  194.             if(Score >= 999999 && Score <= 9999999)
  195.             {
  196.                _root.sc = "000" + Score;
  197.             }
  198.             if(Score >= 9999999 && Score <= 99999999)
  199.             {
  200.                _root.sc = "00" + Score;
  201.             }
  202.             if(Score >= 99999999 && Score <= 999999999)
  203.             {
  204.                _root.sc = "0" + Score;
  205.             }
  206.             if(Score >= 999999999 && Score <= 9999999999)
  207.             {
  208.                _root.sc = Score;
  209.             }
  210.             if(Score < 0)
  211.             {
  212.                Score = 0;
  213.             }
  214.          };
  215.          stop();
  216.          break;
  217.       }
  218.       if(eval("\x01") == 987)
  219.       {
  220.          set("\x01",eval("\x01") - 909);
  221.          if(┬º┬ºpop())
  222.          {
  223.             set("\x01",eval("\x01") + 763);
  224.          }
  225.       }
  226.       else if(eval("\x01") == 358)
  227.       {
  228.          set("\x01",eval("\x01") + 629);
  229.          ┬º┬ºpush(true);
  230.       }
  231.       else
  232.       {
  233.          if(eval("\x01") != 307)
  234.          {
  235.             break;
  236.          }
  237.          set("\x01",eval("\x01") + 569);
  238.          ┬º┬ºpush(true);
  239.       }
  240.       continue;
  241.    }
  242.    set("\x01",eval("\x01") + 763);
  243.    loop1:
  244.    while(true)
  245.    {
  246.       set(┬º┬ºpop(),┬º┬ºpop());
  247.       loop2:
  248.       while(true)
  249.       {
  250.          while(true)
  251.          {
  252.             if(eval("\x01") == 110)
  253.             {
  254.                set("\x01",eval("\x01") + 130);
  255.                ┬º┬ºpush(true);
  256.                continue;
  257.             }
  258.             if(eval("\x01") == 492)
  259.             {
  260.                set("\x01",eval("\x01") - 150);
  261.                ┬º┬ºpush(true);
  262.                continue;
  263.             }
  264.             if(eval("\x01") == 442)
  265.             {
  266.                set("\x01",eval("\x01") + 5);
  267.                ┬º┬ºpush(true);
  268.                continue;
  269.             }
  270.             if(eval("\x01") != 545)
  271.             {
  272.                if(eval("\x01") == 240)
  273.                {
  274.                   set("\x01",eval("\x01") + 280);
  275.                   if(┬º┬ºpop())
  276.                   {
  277.                      set("\x01",eval("\x01") - 342);
  278.                   }
  279.                }
  280.                else
  281.                {
  282.                   if(eval("\x01") == 580)
  283.                   {
  284.                      set("\x01",eval("\x01") + 390);
  285.                      break loop0;
  286.                   }
  287.                   if(eval("\x01") == 647)
  288.                   {
  289.                      break;
  290.                   }
  291.                   if(eval("\x01") == 463)
  292.                   {
  293.                      set("\x01",eval("\x01") + 116);
  294.                      if(┬º┬ºpop())
  295.                      {
  296.                         set("\x01",eval("\x01") - 137);
  297.                      }
  298.                   }
  299.                   else if(eval("\x01") == 448)
  300.                   {
  301.                      set("\x01",eval("\x01") + 97);
  302.                      if(┬º┬ºpop())
  303.                      {
  304.                         set("\x01",eval("\x01") - 53);
  305.                      }
  306.                   }
  307.                   else
  308.                   {
  309.                      if(eval("\x01") == 520)
  310.                      {
  311.                         set("\x01",eval("\x01") - 342);
  312.                         stop();
  313.                         break loop0;
  314.                      }
  315.                      if(eval("\x01") == 178)
  316.                      {
  317.                         set("\x01",eval("\x01") + 419);
  318.                         ┬º┬ºpush(true);
  319.                      }
  320.                      else if(eval("\x01") == 342)
  321.                      {
  322.                         set("\x01",eval("\x01") + 238);
  323.                         if(┬º┬ºpop())
  324.                         {
  325.                            set("\x01",eval("\x01") + 390);
  326.                         }
  327.                      }
  328.                      else
  329.                      {
  330.                         if(eval("\x01") == 466)
  331.                         {
  332.                            break loop2;
  333.                         }
  334.                         if(eval("\x01") == 538)
  335.                         {
  336.                            set("\x01",eval("\x01") - 90);
  337.                            ┬º┬ºpush(true);
  338.                         }
  339.                         else if(eval("\x01") == 970)
  340.                         {
  341.                            set("\x01",eval("\x01") - 507);
  342.                            ┬º┬ºpush(true);
  343.                         }
  344.                         else if(eval("\x01") == 447)
  345.                         {
  346.                            set("\x01",eval("\x01") + 141);
  347.                            if(┬º┬ºpop())
  348.                            {
  349.                               set("\x01",eval("\x01") - 74);
  350.                            }
  351.                         }
  352.                         else
  353.                         {
  354.                            if(eval("\x01") == 579)
  355.                            {
  356.                               set("\x01",eval("\x01") - 137);
  357.                               break loop0;
  358.                            }
  359.                            if(eval("\x01") == 606)
  360.                            {
  361.                               set("\x01",eval("\x01") - 68);
  362.                               if(┬º┬ºpop() == ┬º┬ºpop())
  363.                               {
  364.                                  moveon = true;
  365.                                  _x = false;
  366.                                  _y = false;
  367.                                  gotoAndPlay = false;
  368.                                  blueb2 = false;
  369.                               }
  370.                               if(getProperty("Math", _currentframe) == 2)
  371.                               {
  372.                                  moveon = false;
  373.                                  _x = true;
  374.                                  _y = false;
  375.                                  gotoAndPlay = false;
  376.                                  blueb2 = false;
  377.                               }
  378.                               if(getProperty("Math", _currentframe) == 3)
  379.                               {
  380.                                  moveon = false;
  381.                                  _x = false;
  382.                                  _y = true;
  383.                                  gotoAndPlay = false;
  384.                                  blueb2 = false;
  385.                               }
  386.                               if(getProperty("Math", _currentframe) == 4)
  387.                               {
  388.                                  moveon = false;
  389.                                  _x = false;
  390.                                  _y = false;
  391.                                  gotoAndPlay = true;
  392.                                  blueb2 = false;
  393.                               }
  394.                               if(getProperty("Math", _currentframe) == 5)
  395.                               {
  396.                                  moveon = false;
  397.                                  _x = false;
  398.                                  _y = false;
  399.                                  gotoAndPlay = false;
  400.                                  blueb2 = true;
  401.                               }
  402.                               if(getProperty("Math", _X) > 675)
  403.                               {
  404.                                  setProperty("Math", _X, 675);
  405.                               }
  406.                               if(getProperty("Math", _X) < 330)
  407.                               {
  408.                                  setProperty("Math", _X, 330);
  409.                               }
  410.                               break loop0;
  411.                            }
  412.                            if(eval("\x01") == 805)
  413.                            {
  414.                               set("\x01",eval("\x01") - 199);
  415.                               if(┬º┬ºpop())
  416.                               {
  417.                                  set("\x01",eval("\x01") - 68);
  418.                               }
  419.                            }
  420.                            else if(eval("\x01") == 231)
  421.                            {
  422.                               set("\x01",eval("\x01") + 574);
  423.                               ┬º┬ºpush(true);
  424.                            }
  425.                            else
  426.                            {
  427.                               if(eval("\x01") == 588)
  428.                               {
  429.                                  set("\x01",eval("\x01") - 74);
  430.                                  break loop0;
  431.                               }
  432.                               if(eval("\x01") == 597)
  433.                               {
  434.                                  set("\x01",eval("\x01") + 213);
  435.                                  if(┬º┬ºpop())
  436.                                  {
  437.                                     set("\x01",eval("\x01") - 805);
  438.                                  }
  439.                               }
  440.                               else
  441.                               {
  442.                                  if(eval("\x01") == 810)
  443.                                  {
  444.                                     set("\x01",eval("\x01") - 805);
  445.                                     break loop0;
  446.                                  }
  447.                                  if(eval("\x01") != 5)
  448.                                  {
  449.                                     if(eval("\x01") == 514)
  450.                                     {
  451.                                        set("\x01",eval("\x01") + 174);
  452.                                        moveon = false;
  453.                                        end = false;
  454.                                     }
  455.                                     break loop0;
  456.                                  }
  457.                                  set("\x01",eval("\x01") + 642);
  458.                                  ┬º┬ºpush(true);
  459.                               }
  460.                            }
  461.                         }
  462.                      }
  463.                   }
  464.                }
  465.                continue;
  466.             }
  467.             set("\x01",eval("\x01") - 53);
  468.             loop4:
  469.             while(true)
  470.             {
  471.                if(┬º┬ºpop())
  472.                {
  473.                   set("\x01",eval("\x01") - 239);
  474.                   if(┬º┬ºpop())
  475.                   {
  476.                      set("\x01",eval("\x01") - 520);
  477.                   }
  478.                }
  479.                else if(eval("\x01") == 76)
  480.                {
  481.                   set("\x01",eval("\x01") + 820);
  482.                   if(┬º┬ºpop())
  483.                   {
  484.                      set("\x01",eval("\x01") - 430);
  485.                   }
  486.                }
  487.                else
  488.                {
  489.                   if(eval("\x01") == 733)
  490.                   {
  491.                      set("\x01",eval("\x01") - 520);
  492.                      break loop0;
  493.                   }
  494.                   if(eval("\x01") == 872)
  495.                   {
  496.                      set("\x01",eval("\x01") - 536);
  497.                      if(┬º┬ºpop())
  498.                      {
  499.                         set("\x01",eval("\x01") - 23);
  500.                      }
  501.                   }
  502.                   else if(eval("\x01") == 466)
  503.                   {
  504.                      set("\x01",eval("\x01") - 278);
  505.                      ┬º┬ºpush(true);
  506.                   }
  507.                   else if(eval("\x01") == 562)
  508.                   {
  509.                      set("\x01",eval("\x01") - 104);
  510.                      if(┬º┬ºpop())
  511.                      {
  512.                         set("\x01",eval("\x01") + 465);
  513.                      }
  514.                   }
  515.                   else
  516.                   {
  517.                      if(eval("\x01") != 628)
  518.                      {
  519.                         if(eval("\x01") == 896)
  520.                         {
  521.                            set("\x01",eval("\x01") - 430);
  522.                            break loop0;
  523.                         }
  524.                         if(eval("\x01") == 621)
  525.                         {
  526.                            set("\x01",eval("\x01") - 617);
  527.                            addr6635:
  528.                            if(eval("\x01") == 529)
  529.                            {
  530.                               set("\x01",eval("\x01") - 215);
  531.                               addr6376:
  532.                               ┬º┬ºpush(true);
  533.                               if(eval("\x01") == 650)
  534.                               {
  535.                                  set("\x01",eval("\x01") + 16);
  536.                                  ┬º┬ºgoto(addr6376);
  537.                                  ┬º┬ºpush(true);
  538.                               }
  539.                               if(eval("\x01") == 703)
  540.                               {
  541.                                  set("\x01",eval("\x01") - 678);
  542.                                  if(!┬º┬ºpop())
  543.                                  {
  544.                                     addr6413:
  545.                                     ┬º┬ºgoto(addr6376);
  546.                                  }
  547.                                  set("\x01",eval("\x01") + 427);
  548.                                  ┬º┬ºgoto(addr6413);
  549.                               }
  550.                               if(eval("\x01") != 137)
  551.                               {
  552.                                  if(eval("\x01") == 452)
  553.                                  {
  554.                                     set("\x01",eval("\x01") - 5);
  555.                                     ┬º┬ºgoto(addr6376);
  556.                                     ┬º┬ºpush(true);
  557.                                  }
  558.                                  if(eval("\x01") != 681)
  559.                                  {
  560.                                     if(eval("\x01") == 136)
  561.                                     {
  562.                                        set("\x01",eval("\x01") + 545);
  563.                                        if(!┬º┬ºpop())
  564.                                        {
  565.                                           addr6474:
  566.                                           ┬º┬ºgoto(addr6376);
  567.                                        }
  568.                                        set("\x01",eval("\x01") + 84);
  569.                                        ┬º┬ºgoto(addr6474);
  570.                                     }
  571.                                     if(eval("\x01") != 300)
  572.                                     {
  573.                                        if(eval("\x01") == 111)
  574.                                        {
  575.                                           set("\x01",eval("\x01") + 305);
  576.                                           ┬º┬ºgoto(addr6376);
  577.                                           ┬º┬ºpush(true);
  578.                                        }
  579.                                        if(eval("\x01") == 314)
  580.                                        {
  581.                                           set("\x01",eval("\x01") - 14);
  582.                                           if(!┬º┬ºpop())
  583.                                           {
  584.                                              addr6522:
  585.                                              ┬º┬ºgoto(addr6376);
  586.                                           }
  587.                                           set("\x01",eval("\x01") - 283);
  588.                                           ┬º┬ºgoto(addr6522);
  589.                                        }
  590.                                        if(eval("\x01") != 25)
  591.                                        {
  592.                                           if(eval("\x01") == 515)
  593.                                           {
  594.                                              set("\x01",eval("\x01") + 188);
  595.                                              ┬º┬ºgoto(addr6376);
  596.                                              ┬º┬ºpush(true);
  597.                                           }
  598.                                           if(eval("\x01") != 679)
  599.                                           {
  600.                                              if(eval("\x01") == 932)
  601.                                              {
  602.                                                 set("\x01",eval("\x01") - 795);
  603.                                                 if(!┬º┬ºpop())
  604.                                                 {
  605.                                                    addr6586:
  606.                                                    ┬º┬ºgoto(addr6376);
  607.                                                 }
  608.                                                 set("\x01",eval("\x01") + 487);
  609.                                                 ┬º┬ºgoto(addr6586);
  610.                                              }
  611.                                              if(eval("\x01") != 427)
  612.                                              {
  613.                                                 if(eval("\x01") == 17)
  614.                                                 {
  615.                                                    set("\x01",eval("\x01") + 119);
  616.                                                    ┬º┬ºgoto(addr6376);
  617.                                                    ┬º┬ºpush(true);
  618.                                                 }
  619.                                                 if(eval("\x01") == 629)
  620.                                                 {
  621.                                                    set("\x01",eval("\x01") - 202);
  622.                                                    if(!┬º┬ºpop())
  623.                                                    {
  624.                                                       addr6634:
  625.                                                       ┬º┬ºgoto(addr6376);
  626.                                                    }
  627.                                                    set("\x01",eval("\x01") - 316);
  628.                                                    ┬º┬ºgoto(addr6634);
  629.                                                 }
  630.                                                 ┬º┬ºgoto(addr6635);
  631.                                              }
  632.                                              set("\x01",eval("\x01") - 316);
  633.                                              addr5204:
  634.                                              set(┬º┬ºpop(),┬º┬ºpop());
  635.                                              ┬º┬ºpush("onEnterFrame");
  636.                                           }
  637.                                           set("\x01",eval("\x01") - 164);
  638.                                           break loop0;
  639.                                        }
  640.                                        set("\x01",eval("\x01") + 427);
  641.                                        addr4448:
  642.                                        set(┬º┬ºpop(),eval(┬º┬ºpop()).floor());
  643.                                        tmb2 = timer;
  644.                                        addr4455:
  645.                                        if(b == 11 && _loc1_.powerup1.moveon == false)
  646.                                        {
  647.                                           _loc1_.powerup1._x = Math.random() * 288 + 393;
  648.                                           _loc1_.powerup1._y = 55;
  649.                                           _loc1_.powerup1.gotoAndPlay(2);
  650.                                           _loc1_.powerup1.moveon = true;
  651.                                           b = 0;
  652.                                        }
  653.                                        else if(b == 11 && _loc1_.powerup1.moveon == true)
  654.                                        {
  655.                                           b = Math.random(1) * 18;
  656.                                           b = Math.floor(b);
  657.                                           tmb2 = timer;
  658.                                        }
  659.                                        if(b == 12 && _loc1_.powerup2.moveon == false)
  660.                                        {
  661.                                           _loc1_.powerup2._x = Math.random() * 288 + 393;
  662.                                           _loc1_.powerup2._y = 55;
  663.                                           _loc1_.powerup2.gotoAndPlay(2);
  664.                                           _loc1_.powerup2.moveon = true;
  665.                                           b = 0;
  666.                                        }
  667.                                        else if(b2 == 12 && _loc1_.powerup2.moveon == true)
  668.                                        {
  669.                                           b = Math.random(1) * 18;
  670.                                           b = Math.floor(b);
  671.                                           tmb2 = timer;
  672.                                        }
  673.                                        if(b == 13 && _loc1_.powerup3.moveon == false)
  674.                                        {
  675.                                           _loc1_.powerup3._x = Math.random() * 288 + 393;
  676.                                           _loc1_.powerup3._y = 55;
  677.                                           _loc1_.powerup3.gotoAndPlay(2);
  678.                                           _loc1_.powerup3.moveon = true;
  679.                                           b = 0;
  680.                                        }
  681.                                        else if(b == 13 && _loc1_.powerup3.moveon == true)
  682.                                        {
  683.                                           b = Math.random(1) * 18;
  684.                                           b = Math.floor(b);
  685.                                           tmb2 = timer;
  686.                                        }
  687.                                        if(b == 14 && _loc1_.powerup4.moveon == false)
  688.                                        {
  689.                                           _loc1_.powerup4._x = Math.random() * 288 + 393;
  690.                                           _loc1_.powerup4._y = 55;
  691.                                           _loc1_.powerup4.gotoAndPlay(2);
  692.                                           _loc1_.powerup4.moveon = true;
  693.                                           b = 0;
  694.                                        }
  695.                                        else if(b == 14 && _loc1_.powerup4.moveon == true)
  696.                                        {
  697.                                           b = Math.random(1) * 18;
  698.                                           b = Math.floor(b);
  699.                                           tmb2 = timer;
  700.                                        }
  701.                                        if(b == 15 && _loc1_.powerup4.moveon == false)
  702.                                        {
  703.                                           _loc1_.powerup4._x = Math.random() * 288 + 393;
  704.                                           _loc1_.powerup4._y = 55;
  705.                                           addr4792:
  706.                                           _loc1_.powerup4.gotoAndPlay(2);
  707.                                           _loc1_.powerup4.moveon = true;
  708.                                           b = 0;
  709.                                        }
  710.                                        else if(b == 15 && _loc1_.powerup4.moveon == true)
  711.                                        {
  712.                                           b = Math.random(1) * 18;
  713.                                           b = Math.floor(b);
  714.                                           tmb2 = timer;
  715.                                        }
  716.                                        if(b == 16 && _loc1_.powerup5.moveon == false)
  717.                                        {
  718.                                           _loc1_.powerup5._x = Math.random() * 288 + 393;
  719.                                           _loc1_.powerup5._y = 55;
  720.                                           _loc1_.powerup5.gotoAndPlay(2);
  721.                                           _loc1_.powerup5.moveon = true;
  722.                                           b = 0;
  723.                                        }
  724.                                        else if(b == 16 && _loc1_.powerup5.moveon == true)
  725.                                        {
  726.                                           b = Math.random(1) * 18;
  727.                                           b = Math.floor(b);
  728.                                           tmb2 = timer;
  729.                                        }
  730.                                        if(b == 17 && _loc1_.powerup6.moveon == false)
  731.                                        {
  732.                                           _loc1_.powerup6._x = Math.random() * 288 + 393;
  733.                                           _loc1_.powerup6._y = 55;
  734.                                           _loc1_.powerup6.gotoAndPlay(2);
  735.                                           _loc1_.powerup6.moveon = true;
  736.                                           b = 0;
  737.                                        }
  738.                                        else if(b == 17 && _loc1_.powerup6.moveon == true)
  739.                                        {
  740.                                           b = Math.random(1) * 18;
  741.                                           b = Math.floor(b);
  742.                                           tmb2 = timer;
  743.                                        }
  744.                                        if(b == 18 && _loc1_.powerup6.moveon == false)
  745.                                        {
  746.                                           _loc1_.powerup6._x = Math.random() * 288 + 393;
  747.                                           _loc1_.powerup6._y = 55;
  748.                                           _loc1_.powerup6.gotoAndPlay(2);
  749.                                           _loc1_.powerup6.moveon = true;
  750.                                           b = 0;
  751.                                        }
  752.                                        else if(b == 18 && _loc1_.powerup6.moveon == true)
  753.                                        {
  754.                                           b = Math.random(1) * 18;
  755.                                           b = Math.floor(b);
  756.                                           tmb2 = timer;
  757.                                        }
  758.                                        fps = 30;
  759.                                        sec = 0;
  760.                                        min = 0;
  761.                                        Score = 0;
  762.                                        opt = false;
  763.                                        tzm = false;
  764.                                        showtxt = false;
  765.                                        addtext = false;
  766.                                        tmb2 = 30;
  767.                                        timer = 15;
  768.                                        ballsp = 20;
  769.                                        perf = (min * 59 + 59 - sec) * 500;
  770.                                        far = (min * 59 + 59 - sec) * 150;
  771.                                        god = (min * 59 + 59 - sec) * 200;
  772.                                        verygod = (min * 59 + 59 - sec) * 300;
  773.                                        b = Math.random() * 1;
  774.                                        ┬º┬ºgoto(addr5204);
  775.                                        ┬º┬ºpush("pl");
  776.                                        ┬º┬ºpush(true);
  777.                                     }
  778.                                     set("\x01",eval("\x01") - 283);
  779.                                     play();
  780.                                     stop();
  781.                                     break loop0;
  782.                                  }
  783.                                  set("\x01",eval("\x01") + 84);
  784.                                  ┬º┬ºpush(random(random(random(random(random(random(random(┬º┬ºpop()))))))));
  785.                                  break loop0;
  786.                               }
  787.                               set("\x01",eval("\x01") + 487);
  788.                               break loop0;
  789.                            }
  790.                            if(eval("\x01") == 416)
  791.                            {
  792.                               set("\x01",eval("\x01") + 263);
  793.                               if(!┬º┬ºpop())
  794.                               {
  795.                                  addr6669:
  796.                                  ┬º┬ºgoto(addr6376);
  797.                               }
  798.                               set("\x01",eval("\x01") - 164);
  799.                               ┬º┬ºgoto(addr6669);
  800.                            }
  801.                            if(eval("\x01") == 607)
  802.                            {
  803.                               set("\x01",eval("\x01") + 22);
  804.                               ┬º┬ºgoto(addr6376);
  805.                               ┬º┬ºpush(true);
  806.                            }
  807.                            if(eval("\x01") != 893)
  808.                            {
  809.                               if(eval("\x01") == 447)
  810.                               {
  811.                                  set("\x01",eval("\x01") + 446);
  812.                                  if(!┬º┬ºpop())
  813.                                  {
  814.                                     addr6717:
  815.                                     ┬º┬ºgoto(addr6376);
  816.                                  }
  817.                                  set("\x01",eval("\x01") - 364);
  818.                                  ┬º┬ºgoto(addr6717);
  819.                               }
  820.                               if(eval("\x01") == 239)
  821.                               {
  822.                                  set("\x01",eval("\x01") + 584);
  823.                                  if(!┬º┬ºpop())
  824.                                  {
  825.                                     addr6738:
  826.                                     ┬º┬ºgoto(addr6376);
  827.                                  }
  828.                                  set("\x01",eval("\x01") - 216);
  829.                                  ┬º┬ºgoto(addr6738);
  830.                               }
  831.                               if(eval("\x01") != 765)
  832.                               {
  833.                                  if(eval("\x01") != 823)
  834.                                  {
  835.                                     if(eval("\x01") == 624)
  836.                                     {
  837.                                        set("\x01",eval("\x01") - 385);
  838.                                        ┬º┬ºgoto(addr6376);
  839.                                        ┬º┬ºpush(true);
  840.                                     }
  841.                                     if(eval("\x01") != 210)
  842.                                     {
  843.                                        if(eval("\x01") == 96)
  844.                                        {
  845.                                           set("\x01",eval("\x01") + 836);
  846.                                           ┬º┬ºgoto(addr6376);
  847.                                           ┬º┬ºpush(true);
  848.                                        }
  849.                                        if(eval("\x01") == 666)
  850.                                        {
  851.                                           set("\x01",eval("\x01") - 456);
  852.                                           if(!┬º┬ºpop())
  853.                                           {
  854.                                              addr6826:
  855.                                              ┬º┬ºgoto(addr6376);
  856.                                           }
  857.                                           set("\x01",eval("\x01") - 114);
  858.                                           ┬º┬ºgoto(addr6826);
  859.                                        }
  860.                                        break loop0;
  861.                                     }
  862.                                     set("\x01",eval("\x01") - 114);
  863.                                     break loop0;
  864.                                  }
  865.                                  set("\x01",eval("\x01") - 216);
  866.                                  toggleHighQuality();
  867.                                  toggleHighQuality();
  868.                                  if(┬º┬ºpop()[┬º┬ºpop()] == false)
  869.                                  {
  870.                                     _loc1_.greenb2._x = Math.random() * 288 + 393;
  871.                                     _loc1_.greenb2._y = 55;
  872.                                     _loc1_.greenb2.gotoAndPlay(2);
  873.                                     _loc1_.greenb2.moveon = true;
  874.                                     b = 0;
  875.                                  }
  876.                                  else if(b == 8 && _loc1_.greenb2.moveon == true)
  877.                                  {
  878.                                     b = Math.random(1) * 18;
  879.                                     b = Math.floor(b);
  880.                                     tmb2 = timer;
  881.                                  }
  882.                                  if(b == 9 && _loc1_.greenb3.moveon == false)
  883.                                  {
  884.                                     _loc1_.greenb3._x = Math.random() * 288 + 393;
  885.                                     _loc1_.greenb3._y = 55;
  886.                                     addr4333:
  887.                                     _loc1_.greenb3.gotoAndPlay(2);
  888.                                     _loc1_.greenb3.moveon = true;
  889.                                     b = 0;
  890.                                  }
  891.                                  else if(b == 9 && _loc1_.greenb3.moveon == true)
  892.                                  {
  893.                                     b = Math.random(1) * 18;
  894.                                     b = Math.floor(b);
  895.                                     tmb2 = timer;
  896.                                  }
  897.                                  if(b == 10 && _loc1_.greenb4.moveon == false)
  898.                                  {
  899.                                     _loc1_.greenb4._x = Math.random() * 288 + 393;
  900.                                     _loc1_.greenb4._y = 55;
  901.                                     _loc1_.greenb4.gotoAndPlay(2);
  902.                                     _loc1_.greenb4.moveon = true;
  903.                                     b = 0;
  904.                                  }
  905.                                  else if(b == 10 && _loc1_.greenb4.moveon == true)
  906.                                  {
  907.                                     b = Math.random(1) * 18;
  908.                                     ┬º┬ºgoto(addr4448);
  909.                                     ┬º┬ºpush("b");
  910.                                     ┬º┬ºpush(b);
  911.                                     ┬º┬ºpush(1);
  912.                                     ┬º┬ºpush("Math");
  913.                                  }
  914.                                  ┬º┬ºgoto(addr4455);
  915.                               }
  916.                               set("\x01",eval("\x01") - 457);
  917.                               moveon = false;
  918.                               end = false;
  919.                               break loop0;
  920.                            }
  921.                            set("\x01",eval("\x01") - 364);
  922.                            break loop0;
  923.                         }
  924.                         if(eval("\x01") == 828)
  925.                         {
  926.                            set("\x01",eval("\x01") + 44);
  927.                            ┬º┬ºpush(true);
  928.                         }
  929.                         else if(eval("\x01") == 54)
  930.                         {
  931.                            set("\x01",eval("\x01") + 352);
  932.                            set(┬º┬ºpop(),┬º┬ºpop());
  933.                            if(sec < -1)
  934.                            {
  935.                               sec = 0;
  936.                            }
  937.                            if(min == 0 && sec == 0)
  938.                            {
  939.                               tzm = true;
  940.                            }
  941.                            ┬º┬ºgoto(addr4448);
  942.                         }
  943.                         else
  944.                         {
  945.                            if(eval("\x01") == 213)
  946.                            {
  947.                               set("\x01",eval("\x01") + 621);
  948.                               moveon = false;
  949.                               end = false;
  950.                               break loop0;
  951.                            }
  952.                            if(eval("\x01") == 724)
  953.                            {
  954.                               set("\x01",eval("\x01") + 104);
  955.                               break loop0;
  956.                            }
  957.                            if(eval("\x01") == 406)
  958.                            {
  959.                               set("\x01",eval("\x01") - 176);
  960.                               ┬º┬ºpush(true);
  961.                            }
  962.                            else if(eval("\x01") == 230)
  963.                            {
  964.                               set("\x01",eval("\x01") + 391);
  965.                               if(┬º┬ºpop())
  966.                               {
  967.                                  set("\x01",eval("\x01") - 617);
  968.                               }
  969.                            }
  970.                            else if(eval("\x01") == 4)
  971.                            {
  972.                               set("\x01",eval("\x01") + 624);
  973.                               ┬º┬ºpush(true);
  974.                            }
  975.                            else if(eval("\x01") == 796)
  976.                            {
  977.                               set("\x01",eval("\x01") - 234);
  978.                               ┬º┬ºpush(true);
  979.                            }
  980.                            else if(eval("\x01") == 923)
  981.                            {
  982.                               set("\x01",eval("\x01") - 219);
  983.                               ┬º┬ºpush(true);
  984.                            }
  985.                            else
  986.                            {
  987.                               if(eval("\x01") != 704)
  988.                               {
  989.                                  break loop0;
  990.                               }
  991.                               set("\x01",eval("\x01") + 20);
  992.                               if(┬º┬ºpop())
  993.                               {
  994.                                  set("\x01",eval("\x01") + 104);
  995.                               }
  996.                            }
  997.                         }
  998.                         addr5723:
  999.                         set(┬º┬ºpop(),┬º┬ºpop());
  1000.                         stop();
  1001.                         break loop0;
  1002.                      }
  1003.                      set("\x01",eval("\x01") - 201);
  1004.                      if(┬º┬ºpop())
  1005.                      {
  1006.                         set("\x01",eval("\x01") + 369);
  1007.                      }
  1008.                   }
  1009.                }
  1010.                while(true)
  1011.                {
  1012.                   if(eval("\x01") == 648)
  1013.                   {
  1014.                      set("\x01",eval("\x01") - 572);
  1015.                      ┬º┬ºpush(true);
  1016.                      continue;
  1017.                   }
  1018.                   if(eval("\x01") == 458)
  1019.                   {
  1020.                      set("\x01",eval("\x01") + 465);
  1021.                      break loop0;
  1022.                   }
  1023.                   if(eval("\x01") == 313)
  1024.                   {
  1025.                      set("\x01",eval("\x01") + 659);
  1026.                      ┬º┬ºpush(true);
  1027.                      continue;
  1028.                   }
  1029.                   if(eval("\x01") == 336)
  1030.                   {
  1031.                      set("\x01",eval("\x01") - 23);
  1032.                      addr7791:
  1033.                      set(┬º┬ºpop(),eval(┬º┬ºpop()) - 625);
  1034.                      addr7353:
  1035.                      if(eval("\x01") == 153)
  1036.                      {
  1037.                         set("\x01",eval("\x01") + 205);
  1038.                         ┬º┬ºgoto(addr7353);
  1039.                         ┬º┬ºpush(true);
  1040.                      }
  1041.                      if(eval("\x01") == 677)
  1042.                      {
  1043.                         set("\x01",eval("\x01") - 400);
  1044.                         if(!┬º┬ºpop())
  1045.                         {
  1046.                            addr7390:
  1047.                            ┬º┬ºgoto(addr7353);
  1048.                         }
  1049.                         set("\x01",eval("\x01") - 225);
  1050.                         ┬º┬ºgoto(addr7390);
  1051.                      }
  1052.                      addr7795:
  1053.                      if(eval("\x01") != 631)
  1054.                      {
  1055.                         addr5765:
  1056.                         if(eval("\x01") != 982)
  1057.                         {
  1058.                            if(eval("\x01") == 469)
  1059.                            {
  1060.                               set("\x01",eval("\x01") + 15);
  1061.                               if(!┬º┬ºpop())
  1062.                               {
  1063.                                  addr7437:
  1064.                                  ┬º┬ºgoto(addr7353);
  1065.                               }
  1066.                               set("\x01",eval("\x01") - 149);
  1067.                               ┬º┬ºgoto(addr7437);
  1068.                            }
  1069.                            if(eval("\x01") != 714)
  1070.                            {
  1071.                               if(eval("\x01") != 484)
  1072.                               {
  1073.                                  if(eval("\x01") != 227)
  1074.                                  {
  1075.                                     if(eval("\x01") == 385)
  1076.                                     {
  1077.                                        set("\x01",eval("\x01") - 182);
  1078.                                        if(!┬º┬ºpop())
  1079.                                        {
  1080.                                           addr7497:
  1081.                                           ┬º┬ºgoto(addr7353);
  1082.                                        }
  1083.                                        set("\x01",eval("\x01") + 762);
  1084.                                        ┬º┬ºgoto(addr7497);
  1085.                                     }
  1086.                                     if(eval("\x01") == 586)
  1087.                                     {
  1088.                                        set("\x01",eval("\x01") + 128);
  1089.                                        if(!┬º┬ºpop())
  1090.                                        {
  1091.                                           addr7518:
  1092.                                           ┬º┬ºgoto(addr7353);
  1093.                                        }
  1094.                                        set("\x01",eval("\x01") - 107);
  1095.                                        ┬º┬ºgoto(addr7518);
  1096.                                     }
  1097.                                     if(eval("\x01") == 474)
  1098.                                     {
  1099.                                        set("\x01",eval("\x01") - 36);
  1100.                                        if(!┬º┬ºpop())
  1101.                                        {
  1102.                                           addr7539:
  1103.                                           ┬º┬ºgoto(addr7353);
  1104.                                        }
  1105.                                        set("\x01",eval("\x01") - 132);
  1106.                                        ┬º┬ºgoto(addr7539);
  1107.                                     }
  1108.                                     if(eval("\x01") == 233)
  1109.                                     {
  1110.                                        set("\x01",eval("\x01") + 241);
  1111.                                        ┬º┬ºgoto(addr7353);
  1112.                                        ┬º┬ºpush(true);
  1113.                                     }
  1114.                                     if(eval("\x01") == 341)
  1115.                                     {
  1116.                                        set("\x01",eval("\x01") + 290);
  1117.                                        if(!┬º┬ºpop())
  1118.                                        {
  1119.                                           addr7574:
  1120.                                           ┬º┬ºgoto(addr7353);
  1121.                                        }
  1122.                                        set("\x01",eval("\x01") - 398);
  1123.                                        ┬º┬ºgoto(addr7574);
  1124.                                     }
  1125.                                     if(eval("\x01") == 358)
  1126.                                     {
  1127.                                        set("\x01",eval("\x01") - 131);
  1128.                                        if(!┬º┬ºpop())
  1129.                                        {
  1130.                                           addr7595:
  1131.                                           ┬º┬ºgoto(addr7353);
  1132.                                        }
  1133.                                        set("\x01",eval("\x01") + 95);
  1134.                                        ┬º┬ºgoto(addr7595);
  1135.                                     }
  1136.                                     if(eval("\x01") == 335)
  1137.                                     {
  1138.                                        set("\x01",eval("\x01") + 6);
  1139.                                        ┬º┬ºgoto(addr7353);
  1140.                                        ┬º┬ºpush(true);
  1141.                                     }
  1142.                                     if(eval("\x01") == 52)
  1143.                                     {
  1144.                                        set("\x01",eval("\x01") + 534);
  1145.                                        ┬º┬ºgoto(addr7353);
  1146.                                        ┬º┬ºpush(true);
  1147.                                     }
  1148.                                     if(eval("\x01") != 438)
  1149.                                     {
  1150.                                        if(eval("\x01") == 306)
  1151.                                        {
  1152.                                           set("\x01",eval("\x01") + 76);
  1153.                                           ┬º┬ºgoto(addr7353);
  1154.                                           ┬º┬ºpush(true);
  1155.                                        }
  1156.                                        if(eval("\x01") == 629)
  1157.                                        {
  1158.                                           set("\x01",eval("\x01") - 244);
  1159.                                           ┬º┬ºgoto(addr7353);
  1160.                                           ┬º┬ºpush(true);
  1161.                                        }
  1162.                                        if(eval("\x01") == 16)
  1163.                                        {
  1164.                                           set("\x01",eval("\x01") + 661);
  1165.                                           ┬º┬ºgoto(addr7353);
  1166.                                           ┬º┬ºpush(true);
  1167.                                        }
  1168.                                        if(eval("\x01") == 357)
  1169.                                        {
  1170.                                           set("\x01",eval("\x01") + 112);
  1171.                                           ┬º┬ºgoto(addr7353);
  1172.                                           ┬º┬ºpush(true);
  1173.                                        }
  1174.                                        if(eval("\x01") != 203)
  1175.                                        {
  1176.                                           if(eval("\x01") == 322)
  1177.                                           {
  1178.                                              set("\x01",eval("\x01") + 247);
  1179.                                              ┬º┬ºgoto(addr7353);
  1180.                                              ┬º┬ºpush(true);
  1181.                                           }
  1182.                                           if(eval("\x01") == 382)
  1183.                                           {
  1184.                                              set("\x01",eval("\x01") - 215);
  1185.                                              if(!┬º┬ºpop())
  1186.                                              {
  1187.                                                 addr7740:
  1188.                                                 ┬º┬ºgoto(addr7353);
  1189.                                              }
  1190.                                              set("\x01",eval("\x01") - 151);
  1191.                                              ┬º┬ºgoto(addr7740);
  1192.                                           }
  1193.                                           if(eval("\x01") != 838)
  1194.                                           {
  1195.                                              if(eval("\x01") == 569)
  1196.                                              {
  1197.                                                 set("\x01",eval("\x01") + 269);
  1198.                                                 if(!┬º┬ºpop())
  1199.                                                 {
  1200.                                                    addr7774:
  1201.                                                    ┬º┬ºgoto(addr7353);
  1202.                                                 }
  1203.                                                 set("\x01",eval("\x01") - 209);
  1204.                                                 ┬º┬ºgoto(addr7774);
  1205.                                              }
  1206.                                              if(eval("\x01") == 893)
  1207.                                              {
  1208.                                                 set("\x01",eval("\x01") + 89);
  1209.                                                 if(!┬º┬ºpop())
  1210.                                                 {
  1211.                                                    ┬º┬ºgoto(addr7795);
  1212.                                                 }
  1213.                                                 ┬º┬ºgoto(addr7791);
  1214.                                                 ┬º┬ºpush("\x01");
  1215.                                                 ┬º┬ºpush("\x01");
  1216.                                              }
  1217.                                              if(eval("\x01") != 167)
  1218.                                              {
  1219.                                                 if(eval("\x01") != 607)
  1220.                                                 {
  1221.                                                    addr6342:
  1222.                                                    if(eval("\x01") != 277)
  1223.                                                    {
  1224.                                                       if(eval("\x01") == 965)
  1225.                                                       {
  1226.                                                          set("\x01",eval("\x01") - 72);
  1227.                                                          ┬º┬ºgoto(addr7791);
  1228.                                                          ┬º┬ºpush(true);
  1229.                                                       }
  1230.                                                       break loop0;
  1231.                                                    }
  1232.                                                    set("\x01",eval("\x01") - 225);
  1233.                                                    play();
  1234.                                                    ┬º┬ºpop()[┬º┬ºpop()] = eval(┬º┬ºpop()).moveon + 250;
  1235.                                                    play();
  1236.                                                    gotoAndPlay = true;
  1237.                                                    if(b.random == 30)
  1238.                                                    {
  1239.                                                       b.tmb2 = 720;
  1240.                                                       gotoAndPlay = false;
  1241.                                                       b.Math(1);
  1242.                                                       pl = false;
  1243.                                                    }
  1244.                                                    break loop0;
  1245.                                                 }
  1246.                                                 set("\x01",eval("\x01") - 59);
  1247.                                                 moveon = false;
  1248.                                                 end = false;
  1249.                                                 break loop0;
  1250.                                              }
  1251.                                              set("\x01",eval("\x01") - 151);
  1252.                                              break loop0;
  1253.                                           }
  1254.                                           set("\x01",eval("\x01") - 209);
  1255.                                           addr6237:
  1256.                                           set(┬º┬ºpop(),┬º┬ºpop());
  1257.                                           if(!┬º┬ºpop())
  1258.                                           {
  1259.                                              addr5918:
  1260.                                              if(eval("\x01") == 931)
  1261.                                              {
  1262.                                                 set("\x01",eval("\x01") - 435);
  1263.                                                 ┬º┬ºgoto(addr5918);
  1264.                                                 ┬º┬ºpush(true);
  1265.                                              }
  1266.                                              if(eval("\x01") == 545)
  1267.                                              {
  1268.                                                 set("\x01",eval("\x01") + 432);
  1269.                                                 if(!┬º┬ºpop())
  1270.                                                 {
  1271.                                                    addr5955:
  1272.                                                    ┬º┬ºgoto(addr5918);
  1273.                                                 }
  1274.                                                 set("\x01",eval("\x01") - 757);
  1275.                                                 ┬º┬ºgoto(addr5955);
  1276.                                              }
  1277.                                              if(eval("\x01") == 696)
  1278.                                              {
  1279.                                                 set("\x01",eval("\x01") - 547);
  1280.                                                 ┬º┬ºgoto(addr5918);
  1281.                                                 ┬º┬ºpush(true);
  1282.                                              }
  1283.                                              if(eval("\x01") != 271)
  1284.                                              {
  1285.                                                 if(eval("\x01") == 851)
  1286.                                                 {
  1287.                                                    set("\x01",eval("\x01") - 258);
  1288.                                                    if(!┬º┬ºpop())
  1289.                                                    {
  1290.                                                       addr6003:
  1291.                                                       ┬º┬ºgoto(addr5918);
  1292.                                                    }
  1293.                                                    set("\x01",eval("\x01") - 94);
  1294.                                                    ┬º┬ºgoto(addr6003);
  1295.                                                 }
  1296.                                                 if(eval("\x01") == 149)
  1297.                                                 {
  1298.                                                    set("\x01",eval("\x01") + 733);
  1299.                                                    if(!┬º┬ºpop())
  1300.                                                    {
  1301.                                                       addr6024:
  1302.                                                       ┬º┬ºgoto(addr5918);
  1303.                                                    }
  1304.                                                    set("\x01",eval("\x01") - 614);
  1305.                                                    ┬º┬ºgoto(addr6024);
  1306.                                                 }
  1307.                                                 if(eval("\x01") == 499)
  1308.                                                 {
  1309.                                                    set("\x01",eval("\x01") + 124);
  1310.                                                    ┬º┬ºgoto(addr5918);
  1311.                                                    ┬º┬ºpush(true);
  1312.                                                 }
  1313.                                                 if(eval("\x01") == 795)
  1314.                                                 {
  1315.                                                    set("\x01",eval("\x01") - 524);
  1316.                                                    if(!┬º┬ºpop())
  1317.                                                    {
  1318.                                                       addr6059:
  1319.                                                       ┬º┬ºgoto(addr5918);
  1320.                                                    }
  1321.                                                    set("\x01",eval("\x01") + 425);
  1322.                                                    ┬º┬ºgoto(addr6059);
  1323.                                                 }
  1324.                                                 addr3674:
  1325.                                                 if(eval("\x01") != 882)
  1326.                                                 {
  1327.                                                    if(eval("\x01") != 593)
  1328.                                                    {
  1329.                                                       if(eval("\x01") == 268)
  1330.                                                       {
  1331.                                                          set("\x01",eval("\x01") + 583);
  1332.                                                          ┬º┬ºgoto(addr5918);
  1333.                                                          ┬º┬ºpush(true);
  1334.                                                       }
  1335.                                                       if(eval("\x01") == 242)
  1336.                                                       {
  1337.                                                          set("\x01",eval("\x01") + 303);
  1338.                                                          ┬º┬ºgoto(addr5918);
  1339.                                                          ┬º┬ºpush(true);
  1340.                                                       }
  1341.                                                       if(eval("\x01") == 623)
  1342.                                                       {
  1343.                                                          set("\x01",eval("\x01") - 218);
  1344.                                                          if(!┬º┬ºpop())
  1345.                                                          {
  1346.                                                             addr6137:
  1347.                                                             ┬º┬ºgoto(addr5918);
  1348.                                                          }
  1349.                                                          set("\x01",eval("\x01") + 70);
  1350.                                                          ┬º┬ºgoto(addr6137);
  1351.                                                       }
  1352.                                                       if(eval("\x01") != 405)
  1353.                                                       {
  1354.                                                          if(eval("\x01") == 496)
  1355.                                                          {
  1356.                                                             set("\x01",eval("\x01") + 23);
  1357.                                                             if(!┬º┬ºpop())
  1358.                                                             {
  1359.                                                                addr6171:
  1360.                                                                ┬º┬ºgoto(addr5918);
  1361.                                                             }
  1362.                                                             set("\x01",eval("\x01") + 64);
  1363.                                                             ┬º┬ºgoto(addr6171);
  1364.                                                          }
  1365.                                                          if(eval("\x01") == 475)
  1366.                                                          {
  1367.                                                             set("\x01",eval("\x01") + 20);
  1368.                                                             ┬º┬ºgoto(addr5918);
  1369.                                                             ┬º┬ºpush(true);
  1370.                                                          }
  1371.                                                          if(eval("\x01") == 583)
  1372.                                                          {
  1373.                                                             set("\x01",eval("\x01") + 212);
  1374.                                                             ┬º┬ºgoto(addr5918);
  1375.                                                             ┬º┬ºpush(true);
  1376.                                                          }
  1377.                                                          if(eval("\x01") != 519)
  1378.                                                          {
  1379.                                                             if(eval("\x01") != 977)
  1380.                                                             {
  1381.                                                                if(eval("\x01") == 495)
  1382.                                                                {
  1383.                                                                   ┬º┬ºgoto(addr6237);
  1384.                                                                   ┬º┬ºpush("\x01");
  1385.                                                                   ┬º┬ºpush(eval("\x01") + 73);
  1386.                                                                }
  1387.                                                                if(eval("\x01") != 668)
  1388.                                                                {
  1389.                                                                   if(eval("\x01") != 568)
  1390.                                                                   {
  1391.                                                                      if(eval("\x01") == 220)
  1392.                                                                      {
  1393.                                                                         set("\x01",eval("\x01") + 341);
  1394.                                                                         ┬º┬ºgoto(addr5918);
  1395.                                                                         ┬º┬ºpush(true);
  1396.                                                                      }
  1397.                                                                      if(eval("\x01") == 561)
  1398.                                                                      {
  1399.                                                                         set("\x01",eval("\x01") + 107);
  1400.                                                                         if(!┬º┬ºpop())
  1401.                                                                         {
  1402.                                                                            addr6307:
  1403.                                                                            ┬º┬ºgoto(addr5918);
  1404.                                                                         }
  1405.                                                                         set("\x01",eval("\x01") - 272);
  1406.                                                                         ┬º┬ºgoto(addr6307);
  1407.                                                                      }
  1408.                                                                      if(eval("\x01") == 396)
  1409.                                                                      {
  1410.                                                                         set("\x01",eval("\x01") - 219);
  1411.                                                                         moveon = false;
  1412.                                                                         end = false;
  1413.                                                                      }
  1414.                                                                      break loop0;
  1415.                                                                   }
  1416.                                                                   set("\x01",eval("\x01") - 326);
  1417.                                                                   break loop0;
  1418.                                                                }
  1419.                                                                set("\x01",eval("\x01") - 272);
  1420.                                                                if(eval(┬º┬ºpop()) == 278)
  1421.                                                                {
  1422.                                                                   set("\x01",eval("\x01") + 58);
  1423.                                                                   moveon = false;
  1424.                                                                   end = false;
  1425.                                                                }
  1426.                                                                break loop0;
  1427.                                                             }
  1428.                                                             set("\x01",eval("\x01") - 757);
  1429.                                                             addr5580:
  1430.                                                             addr5585:
  1431.                                                             if(Score <= 9999)
  1432.                                                             {
  1433.                                                                _root.sc = "000000" + Score;
  1434.                                                             }
  1435.                                                             if(Score >= 9999 && Score <= 99999)
  1436.                                                             {
  1437.                                                                _root.sc = "00000" + Score;
  1438.                                                             }
  1439.                                                             if(Score >= 99999 && Score <= 999999)
  1440.                                                             {
  1441.                                                                _root.sc = "0000" + Score;
  1442.                                                             }
  1443.                                                             if(Score >= 999999 && Score <= 9999999)
  1444.                                                             {
  1445.                                                                _root.sc = "000" + Score;
  1446.                                                             }
  1447.                                                             if(Score >= 9999999 && Score <= 99999999)
  1448.                                                             {
  1449.                                                                _root.sc = "00" + Score;
  1450.                                                             }
  1451.                                                             if(Score >= 99999999 && Score <= 999999999)
  1452.                                                             {
  1453.                                                                _root.sc = "0" + Score;
  1454.                                                             }
  1455.                                                             if(Score >= 999999999 && Score <= 9999999999)
  1456.                                                             {
  1457.                                                                _root.sc = Score;
  1458.                                                             }
  1459.                                                             if(Score < 0)
  1460.                                                             {
  1461.                                                                Score = 0;
  1462.                                                             }
  1463.                                                             _root[┬º┬ºconstant(63)]();
  1464.                                                             ┬º┬ºgoto(addr5723);
  1465.                                                          }
  1466.                                                          set("\x01",eval("\x01") + 64);
  1467.                                                          if(┬º┬ºpop() < perf && addtext == true)
  1468.                                                          {
  1469.                                                             _root.attachMovie("verygood2","verygood2",_root.getNextHighestDepth());
  1470.                                                             _root.verygood2._x = 510;
  1471.                                                             _root.verygood2._y = 300;
  1472.                                                             addtext = false;
  1473.                                                          }
  1474.                                                          if(Score >= god && Score < verygod && addtext == true)
  1475.                                                          {
  1476.                                                             _root.attachMovie("good2","good2",_root.getNextHighestDepth());
  1477.                                                             _root.good2._x = 510;
  1478.                                                             _root.good2._y = 300;
  1479.                                                             addtext = false;
  1480.                                                          }
  1481.                                                          if(Score >= far && Score < god && addtext == true)
  1482.                                                          {
  1483.                                                             _root.attachMovie("fair2","fair2",_root.getNextHighestDepth());
  1484.                                                             _root.fair2._x = 510;
  1485.                                                             _root.fair2._y = 300;
  1486.                                                             addtext = false;
  1487.                                                          }
  1488.                                                          if(Score >= 0 && Score < far && addtext == true)
  1489.                                                          {
  1490.                                                             _root.attachMovie("poor2","poor2",_root.getNextHighestDepth());
  1491.                                                             _root.poor2._x = 510;
  1492.                                                             _root.poor2._y = 300;
  1493.                                                             addtext = false;
  1494.                                                          }
  1495.                                                          if(Score >= 0 && Score <= 9)
  1496.                                                          {
  1497.                                                             _root.sc = "000000000" + Score;
  1498.                                                          }
  1499.                                                          if(Score >= 9 && Score <= 99)
  1500.                                                          {
  1501.                                                             _root.sc = "00000000" + Score;
  1502.                                                          }
  1503.                                                          if(Score >= 99 && Score <= 999)
  1504.                                                          {
  1505.                                                             _root.sc = "0000000" + Score;
  1506.                                                          }
  1507.                                                          ┬º┬ºpush(Score >= 999);
  1508.                                                          if(Score >= 999)
  1509.                                                          {
  1510.                                                             ┬º┬ºpop();
  1511.                                                             ┬º┬ºgoto(addr5580);
  1512.                                                          }
  1513.                                                          ┬º┬ºgoto(addr5585);
  1514.                                                       }
  1515.                                                       set("\x01",eval("\x01") + 70);
  1516.                                                       if(opt == true)
  1517.                                                       {
  1518.                                                          eval(┬º┬ºconstant(6))[┬º┬ºconstant(8)] -= 100;
  1519.                                                          getNextHighestDepth._y = -106;
  1520.                                                          opt = false;
  1521.                                                       }
  1522.                                                       if(getNextHighestDepth[┬º┬ºconstant(10)](eval(┬º┬ºconstant(6))[┬º┬ºconstant(9)]) && getNextHighestDepth[┬º┬ºconstant(11)] == false && eval(┬º┬ºconstant(6))[┬º┬ºconstant(9)][┬º┬ºconstant(12)] == true)
  1523.                                                       {
  1524.                                                          getNextHighestDepth._y = eval(┬º┬ºconstant(6))[┬º┬ºconstant(9)]._y;
  1525.                                                          eval(┬º┬ºconstant(6))[┬º┬ºconstant(8)] += 350;
  1526.                                                          play();
  1527.                                                          set(┬º┬ºconstant(11),true);
  1528.                                                       }
  1529.                                                       if(getNextHighestDepth.attachMovie == 30)
  1530.                                                       {
  1531.                                                          getNextHighestDepth._y = 720;
  1532.                                                          set(┬º┬ºconstant(11),false);
  1533.                                                          getNextHighestDepth.options2(1);
  1534.                                                          opt = false;
  1535.                                                       }
  1536.                                                       break loop0;
  1537.                                                    }
  1538.                                                    set("\x01",eval("\x01") - 94);
  1539.                                                    toggleHighQuality();
  1540.                                                    ┬º┬ºgoto(addr4333);
  1541.                                                    ┬º┬ºpush(┬º┬ºpop() eq ┬º┬ºpop());
  1542.                                                 }
  1543.                                                 set("\x01",eval("\x01") - 614);
  1544.                                                 if(eval("\x01") == 33)
  1545.                                                 {
  1546.                                                    set("\x01",eval("\x01") + 550);
  1547.                                                    ┬º┬ºgoto(addr3674);
  1548.                                                    ┬º┬ºpush(true);
  1549.                                                 }
  1550.                                                 if(eval("\x01") == 582)
  1551.                                                 {
  1552.                                                    set("\x01",eval("\x01") - 249);
  1553.                                                    if(!┬º┬ºpop())
  1554.                                                    {
  1555.                                                       addr3711:
  1556.                                                       ┬º┬ºgoto(addr3674);
  1557.                                                    }
  1558.                                                    set("\x01",eval("\x01") - 320);
  1559.                                                    ┬º┬ºgoto(addr3711);
  1560.                                                 }
  1561.                                                 if(eval("\x01") == 118)
  1562.                                                 {
  1563.                                                    set("\x01",eval("\x01") + 464);
  1564.                                                    ┬º┬ºgoto(addr3674);
  1565.                                                    ┬º┬ºpush(true);
  1566.                                                 }
  1567.                                                 if(eval("\x01") != 333)
  1568.                                                 {
  1569.                                                    if(eval("\x01") != 670)
  1570.                                                    {
  1571.                                                       if(eval("\x01") == 13)
  1572.                                                       {
  1573.                                                          set("\x01",eval("\x01") + 189);
  1574.                                                          ┬º┬ºgoto(addr3674);
  1575.                                                          ┬º┬ºpush(true);
  1576.                                                       }
  1577.                                                       if(eval("\x01") == 821)
  1578.                                                       {
  1579.                                                          set("\x01",eval("\x01") - 151);
  1580.                                                          if(!┬º┬ºpop())
  1581.                                                          {
  1582.                                                             addr3786:
  1583.                                                             ┬º┬ºgoto(addr3674);
  1584.                                                          }
  1585.                                                          set("\x01",eval("\x01") - 552);
  1586.                                                          ┬º┬ºgoto(addr3786);
  1587.                                                       }
  1588.                                                       if(eval("\x01") == 869)
  1589.                                                       {
  1590.                                                          set("\x01",eval("\x01") - 48);
  1591.                                                          ┬º┬ºgoto(addr3674);
  1592.                                                          ┬º┬ºpush(true);
  1593.                                                       }
  1594.                                                       if(eval("\x01") != 67)
  1595.                                                       {
  1596.                                                          if(eval("\x01") == 202)
  1597.                                                          {
  1598.                                                             set("\x01",eval("\x01") - 135);
  1599.                                                             if(!┬º┬ºpop())
  1600.                                                             {
  1601.                                                                addr3834:
  1602.                                                                ┬º┬ºgoto(addr3674);
  1603.                                                             }
  1604.                                                             set("\x01",eval("\x01") + 127);
  1605.                                                             ┬º┬ºgoto(addr3834);
  1606.                                                          }
  1607.                                                          if(eval("\x01") != 194)
  1608.                                                          {
  1609.                                                             if(eval("\x01") != 4)
  1610.                                                             {
  1611.                                                                if(eval("\x01") == 868)
  1612.                                                                {
  1613.                                                                   set("\x01",eval("\x01") - 864);
  1614.                                                                   if(!┬º┬ºpop())
  1615.                                                                   {
  1616.                                                                      ┬º┬ºgoto(addr3674);
  1617.                                                                   }
  1618.                                                                   set("\x01",eval("\x01") + 865);
  1619.                                                                   ┬º┬ºgoto(addr3674);
  1620.                                                                }
  1621.                                                                if(eval("\x01") == 548)
  1622.                                                                {
  1623.                                                                   set("\x01",eval("\x01") + 320);
  1624.                                                                   ┬º┬ºgoto(addr3674);
  1625.                                                                   ┬º┬ºpush(true);
  1626.                                                                }
  1627.                                                                if(eval("\x01") != 695)
  1628.                                                                {
  1629.                                                                   if(eval("\x01") == 583)
  1630.                                                                   {
  1631.                                                                      set("\x01",eval("\x01") + 112);
  1632.                                                                      if(!┬º┬ºpop())
  1633.                                                                      {
  1634.                                                                         addr3929:
  1635.                                                                         ┬º┬ºgoto(addr3674);
  1636.                                                                      }
  1637.                                                                      set("\x01",eval("\x01") - 147);
  1638.                                                                      ┬º┬ºgoto(addr3929);
  1639.                                                                   }
  1640.                                                                   break loop0;
  1641.                                                                }
  1642.                                                                set("\x01",eval("\x01") - 147);
  1643.                                                                break loop0;
  1644.                                                             }
  1645.                                                             set("\x01",eval("\x01") + 865);
  1646.                                                             break loop0;
  1647.                                                          }
  1648.                                                          set("\x01",eval("\x01") - 150);
  1649.                                                          moveon = false;
  1650.                                                          end = false;
  1651.                                                          break loop0;
  1652.                                                       }
  1653.                                                       set("\x01",eval("\x01") + 127);
  1654.                                                       addr3218:
  1655.                                                       if(┬º┬ºpop())
  1656.                                                       {
  1657.                                                          set("\x01",eval("\x01") + 681);
  1658.                                                          addr3023:
  1659.                                                          ┬º┬ºpush(true);
  1660.                                                          if(eval("\x01") == 800)
  1661.                                                          {
  1662.                                                             set("\x01",eval("\x01") - 294);
  1663.                                                             ┬º┬ºgoto(addr3023);
  1664.                                                             ┬º┬ºpush(true);
  1665.                                                          }
  1666.                                                          if(eval("\x01") == 780)
  1667.                                                          {
  1668.                                                             set("\x01",eval("\x01") - 63);
  1669.                                                             if(!┬º┬ºpop())
  1670.                                                             {
  1671.                                                                addr3060:
  1672.                                                                ┬º┬ºgoto(addr3023);
  1673.                                                             }
  1674.                                                             set("\x01",eval("\x01") - 586);
  1675.                                                             ┬º┬ºgoto(addr3060);
  1676.                                                          }
  1677.                                                          if(eval("\x01") != 288)
  1678.                                                          {
  1679.                                                             if(eval("\x01") != 317)
  1680.                                                             {
  1681.                                                                if(eval("\x01") == 134)
  1682.                                                                {
  1683.                                                                   set("\x01",eval("\x01") + 423);
  1684.                                                                   ┬º┬ºgoto(addr3023);
  1685.                                                                   ┬º┬ºpush(true);
  1686.                                                                }
  1687.                                                                if(eval("\x01") != 717)
  1688.                                                                {
  1689.                                                                   if(eval("\x01") == 208)
  1690.                                                                   {
  1691.                                                                      set("\x01",eval("\x01") - 174);
  1692.                                                                      if(!┬º┬ºpop())
  1693.                                                                      {
  1694.                                                                         addr3134:
  1695.                                                                         ┬º┬ºgoto(addr3023);
  1696.                                                                      }
  1697.                                                                      set("\x01",eval("\x01") + 165);
  1698.                                                                      ┬º┬ºgoto(addr3134);
  1699.                                                                   }
  1700.                                                                   if(eval("\x01") == 506)
  1701.                                                                   {
  1702.                                                                      set("\x01",eval("\x01") + 369);
  1703.                                                                      if(!┬º┬ºpop())
  1704.                                                                      {
  1705.                                                                         addr3155:
  1706.                                                                         ┬º┬ºgoto(addr3023);
  1707.                                                                      }
  1708.                                                                      set("\x01",eval("\x01") - 36);
  1709.                                                                      ┬º┬ºgoto(addr3155);
  1710.                                                                   }
  1711.                                                                   if(eval("\x01") != 875)
  1712.                                                                   {
  1713.                                                                      if(eval("\x01") == 557)
  1714.                                                                      {
  1715.                                                                         set("\x01",eval("\x01") - 269);
  1716.                                                                         if(!┬º┬ºpop())
  1717.                                                                         {
  1718.                                                                            addr3189:
  1719.                                                                            ┬º┬ºgoto(addr3023);
  1720.                                                                         }
  1721.                                                                         set("\x01",eval("\x01") + 471);
  1722.                                                                         ┬º┬ºgoto(addr3189);
  1723.                                                                      }
  1724.                                                                      if(eval("\x01") == 30)
  1725.                                                                      {
  1726.                                                                         set("\x01",eval("\x01") + 399);
  1727.                                                                         if(!┬º┬ºpop())
  1728.                                                                         {
  1729.                                                                            addr3210:
  1730.                                                                            ┬º┬ºgoto(addr3023);
  1731.                                                                         }
  1732.                                                                         set("\x01",eval("\x01") - 143);
  1733.                                                                         ┬º┬ºgoto(addr3210);
  1734.                                                                      }
  1735.                                                                      ┬º┬ºgoto(addr3218);
  1736.                                                                      ┬º┬ºpush(eval("\x01") == 131);
  1737.                                                                   }
  1738.                                                                   set("\x01",eval("\x01") - 36);
  1739.                                                                   break loop0;
  1740.                                                                }
  1741.                                                                set("\x01",eval("\x01") - 586);
  1742.                                                                stopAllSounds();
  1743.                                                                play();
  1744.                                                                break loop0;
  1745.                                                             }
  1746.                                                             set("\x01",eval("\x01") + 372);
  1747.                                                             break loop0;
  1748.                                                          }
  1749.                                                          set("\x01",eval("\x01") + 471);
  1750.                                                          if(eval(┬º┬ºpop()) == 523)
  1751.                                                          {
  1752.                                                             set("\x01",eval("\x01") + 68);
  1753.                                                             xSpeed = 15;
  1754.                                                             KeyUp = false;
  1755.                                                             KeyDown = false;
  1756.                                                             Key112 = false;
  1757.                                                             ActiBlue = true;
  1758.                                                             ActiRed = false;
  1759.                                                             ActiYellow = false;
  1760.                                                             ActiGreen = false;
  1761.                                                             ActiGris = false;
  1762.                                                          }
  1763.                                                          break loop0;
  1764.                                                       }
  1765.                                                       if(eval("\x01") == 812)
  1766.                                                       {
  1767.                                                          set("\x01",eval("\x01") - 413);
  1768.                                                          if(!┬º┬ºpop())
  1769.                                                          {
  1770.                                                             addr3248:
  1771.                                                             ┬º┬ºgoto(addr3023);
  1772.                                                          }
  1773.                                                          set("\x01",eval("\x01") - 265);
  1774.                                                          ┬º┬ºgoto(addr3248);
  1775.                                                       }
  1776.                                                       if(eval("\x01") == 199)
  1777.                                                       {
  1778.                                                          set("\x01",eval("\x01") + 581);
  1779.                                                          ┬º┬ºgoto(addr3023);
  1780.                                                          ┬º┬ºpush(true);
  1781.                                                       }
  1782.                                                       if(eval("\x01") != 34)
  1783.                                                       {
  1784.                                                          if(eval("\x01") == 759)
  1785.                                                          {
  1786.                                                             set("\x01",eval("\x01") - 729);
  1787.                                                             ┬º┬ºgoto(addr3023);
  1788.                                                             ┬º┬ºpush(true);
  1789.                                                          }
  1790.                                                          if(eval("\x01") == 689)
  1791.                                                          {
  1792.                                                             set("\x01",eval("\x01") - 481);
  1793.                                                             ┬º┬ºgoto(addr3023);
  1794.                                                             ┬º┬ºpush(true);
  1795.                                                          }
  1796.                                                          if(eval("\x01") == 112)
  1797.                                                          {
  1798.                                                             set("\x01",eval("\x01") + 205);
  1799.                                                             if(!┬º┬ºpop())
  1800.                                                             {
  1801.                                                                addr3324:
  1802.                                                                ┬º┬ºgoto(addr3023);
  1803.                                                             }
  1804.                                                             set("\x01",eval("\x01") + 372);
  1805.                                                             ┬º┬ºgoto(addr3324);
  1806.                                                          }
  1807.                                                          if(eval("\x01") != 399)
  1808.                                                          {
  1809.                                                             if(eval("\x01") != 429)
  1810.                                                             {
  1811.                                                                if(eval("\x01") == 839)
  1812.                                                                {
  1813.                                                                   set("\x01",eval("\x01") - 727);
  1814.                                                                   ┬º┬ºgoto(addr3023);
  1815.                                                                   ┬º┬ºpush(true);
  1816.                                                                }
  1817.                                                                if(eval("\x01") == 286)
  1818.                                                                {
  1819.                                                                   set("\x01",eval("\x01") - 42);
  1820.                                                                   moveon = false;
  1821.                                                                   end = false;
  1822.                                                                }
  1823.                                                                break loop0;
  1824.                                                             }
  1825.                                                             set("\x01",eval("\x01") - 143);
  1826.                                                             addr3000:
  1827.                                                             if(┬º┬ºpop() == ┬º┬ºpop())
  1828.                                                             {
  1829.                                                                getNextHighestDepth._y = 720;
  1830.                                                                set(┬º┬ºconstant(11),false);
  1831.                                                                getNextHighestDepth.options2(1);
  1832.                                                                opt = false;
  1833.                                                             }
  1834.                                                             break loop0;
  1835.                                                          }
  1836.                                                          set("\x01",eval("\x01") - 265);
  1837.                                                          toggleHighQuality();
  1838.                                                          ┬º┬ºpop()[┬º┬ºpop() * ┬º┬ºpop()][┬º┬ºconstant(11)]();
  1839.                                                          _loc1_[┬º┬ºconstant(12)][┬º┬ºconstant(8)] = true;
  1840.                                                          getNextHighestDepth = 0;
  1841.                                                          if(getNextHighestDepth == 3 && _loc1_[┬º┬ºconstant(13)][┬º┬ºconstant(8)] == false)
  1842.                                                          {
  1843.                                                             _loc1_[┬º┬ºconstant(13)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 71;
  1844.                                                             _loc1_[┬º┬ºconstant(13)][┬º┬ºconstant(10)] = 170;
  1845.                                                             _loc1_[┬º┬ºconstant(13)][┬º┬ºconstant(11)](2);
  1846.                                                             _loc1_[┬º┬ºconstant(13)][┬º┬ºconstant(8)] = true;
  1847.                                                             getNextHighestDepth = 0;
  1848.                                                          }
  1849.                                                          else if(getNextHighestDepth == 3 && _loc1_[┬º┬ºconstant(13)][┬º┬ºconstant(8)] == true)
  1850.                                                          {
  1851.                                                             getNextHighestDepth = options2.attachMovie(1) * 15;
  1852.                                                             getNextHighestDepth = options2._x(getNextHighestDepth);
  1853.                                                             _y = eval(┬º┬ºconstant(6));
  1854.                                                          }
  1855.                                                          if(getNextHighestDepth == 4 && _loc1_[┬º┬ºconstant(14)][┬º┬ºconstant(8)] == false)
  1856.                                                          {
  1857.                                                             _loc1_[┬º┬ºconstant(14)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 71;
  1858.                                                             _loc1_[┬º┬ºconstant(14)][┬º┬ºconstant(10)] = 170;
  1859.                                                             _loc1_[┬º┬ºconstant(14)][┬º┬ºconstant(11)](2);
  1860.                                                             _loc1_[┬º┬ºconstant(14)][┬º┬ºconstant(8)] = true;
  1861.                                                             getNextHighestDepth = 0;
  1862.                                                          }
  1863.                                                          else if(getNextHighestDepth == 4 && _loc1_[┬º┬ºconstant(14)][┬º┬ºconstant(8)] == true)
  1864.                                                          {
  1865.                                                             getNextHighestDepth = options2.attachMovie(1) * 15;
  1866.                                                             getNextHighestDepth = options2._x(getNextHighestDepth);
  1867.                                                             _y = eval(┬º┬ºconstant(6));
  1868.                                                          }
  1869.                                                          if(getNextHighestDepth == 5 && _loc1_[┬º┬ºconstant(15)][┬º┬ºconstant(8)] == false)
  1870.                                                          {
  1871.                                                             _loc1_[┬º┬ºconstant(15)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 71;
  1872.                                                             _loc1_[┬º┬ºconstant(15)][┬º┬ºconstant(10)] = 170;
  1873.                                                             _loc1_[┬º┬ºconstant(15)][┬º┬ºconstant(11)](2);
  1874.                                                             _loc1_[┬º┬ºconstant(15)][┬º┬ºconstant(8)] = true;
  1875.                                                             getNextHighestDepth = 0;
  1876.                                                          }
  1877.                                                          else if(getNextHighestDepth == 5 && _loc1_[┬º┬ºconstant(15)][┬º┬ºconstant(8)] == true)
  1878.                                                          {
  1879.                                                             getNextHighestDepth = options2.attachMovie(1) * 15;
  1880.                                                             getNextHighestDepth = options2._x(getNextHighestDepth);
  1881.                                                             _y = eval(┬º┬ºconstant(6));
  1882.                                                          }
  1883.                                                          if(getNextHighestDepth == 6 && _loc1_[┬º┬ºconstant(16)][┬º┬ºconstant(8)] == false)
  1884.                                                          {
  1885.                                                             _loc1_[┬º┬ºconstant(16)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 71;
  1886.                                                             _loc1_[┬º┬ºconstant(16)][┬º┬ºconstant(10)] = 170;
  1887.                                                             _loc1_[┬º┬ºconstant(16)][┬º┬ºconstant(11)](2);
  1888.                                                             _loc1_[┬º┬ºconstant(16)][┬º┬ºconstant(8)] = true;
  1889.                                                             getNextHighestDepth = 0;
  1890.                                                          }
  1891.                                                          else if(getNextHighestDepth == 6 && _loc1_[┬º┬ºconstant(16)][┬º┬ºconstant(8)] == true)
  1892.                                                          {
  1893.                                                             getNextHighestDepth = options2.attachMovie(1) * 15;
  1894.                                                             getNextHighestDepth = options2._x(getNextHighestDepth);
  1895.                                                             _y = eval(┬º┬ºconstant(6));
  1896.                                                          }
  1897.                                                          if(getNextHighestDepth == 7 && _loc1_[┬º┬ºconstant(17)][┬º┬ºconstant(8)] == false)
  1898.                                                          {
  1899.                                                             _loc1_[┬º┬ºconstant(17)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 71;
  1900.                                                             _loc1_[┬º┬ºconstant(17)][┬º┬ºconstant(10)] = 170;
  1901.                                                             _loc1_[┬º┬ºconstant(17)][┬º┬ºconstant(11)](2);
  1902.                                                             _loc1_[┬º┬ºconstant(17)][┬º┬ºconstant(8)] = true;
  1903.                                                             getNextHighestDepth = 0;
  1904.                                                          }
  1905.                                                          else if(getNextHighestDepth == 7 && _loc1_[┬º┬ºconstant(17)][┬º┬ºconstant(8)] == true)
  1906.                                                          {
  1907.                                                             getNextHighestDepth = options2.attachMovie(1) * 15;
  1908.                                                             getNextHighestDepth = options2._x(getNextHighestDepth);
  1909.                                                             _y = eval(┬º┬ºconstant(6));
  1910.                                                          }
  1911.                                                          if(getNextHighestDepth == 8 && _loc1_[┬º┬ºconstant(18)][┬º┬ºconstant(8)] == false)
  1912.                                                          {
  1913.                                                             _loc1_[┬º┬ºconstant(18)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 71;
  1914.                                                             _loc1_[┬º┬ºconstant(18)][┬º┬ºconstant(10)] = 170;
  1915.                                                             _loc1_[┬º┬ºconstant(18)][┬º┬ºconstant(11)](2);
  1916.                                                             _loc1_[┬º┬ºconstant(18)][┬º┬ºconstant(8)] = true;
  1917.                                                             getNextHighestDepth = 0;
  1918.                                                          }
  1919.                                                          else if(getNextHighestDepth == 8 && _loc1_[┬º┬ºconstant(18)][┬º┬ºconstant(8)] == true)
  1920.                                                          {
  1921.                                                             getNextHighestDepth = options2.attachMovie(1) * 15;
  1922.                                                             getNextHighestDepth = options2._x(getNextHighestDepth);
  1923.                                                             _y = eval(┬º┬ºconstant(6));
  1924.                                                          }
  1925.                                                          if(getNextHighestDepth == 9 && _loc1_[┬º┬ºconstant(19)][┬º┬ºconstant(8)] == false)
  1926.                                                          {
  1927.                                                             _loc1_[┬º┬ºconstant(19)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 71;
  1928.                                                             _loc1_[┬º┬ºconstant(19)][┬º┬ºconstant(10)] = 170;
  1929.                                                             _loc1_[┬º┬ºconstant(19)][┬º┬ºconstant(11)](2);
  1930.                                                             _loc1_[┬º┬ºconstant(19)][┬º┬ºconstant(8)] = true;
  1931.                                                             getNextHighestDepth = 0;
  1932.                                                          }
  1933.                                                          else if(getNextHighestDepth == 9 && _loc1_[┬º┬ºconstant(19)][┬º┬ºconstant(8)] == true)
  1934.                                                          {
  1935.                                                             getNextHighestDepth = options2.attachMovie(1) * 15;
  1936.                                                             getNextHighestDepth = options2._x(getNextHighestDepth);
  1937.                                                             _y = eval(┬º┬ºconstant(6));
  1938.                                                          }
  1939.                                                          if(getNextHighestDepth == 10 && _loc1_[┬º┬ºconstant(20)][┬º┬ºconstant(8)] == false)
  1940.                                                          {
  1941.                                                             _loc1_[┬º┬ºconstant(20)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 71;
  1942.                                                             _loc1_[┬º┬ºconstant(20)][┬º┬ºconstant(10)] = 170;
  1943.                                                             _loc1_[┬º┬ºconstant(20)][┬º┬ºconstant(11)](2);
  1944.                                                             _loc1_[┬º┬ºconstant(20)][┬º┬ºconstant(8)] = true;
  1945.                                                             getNextHighestDepth = 0;
  1946.                                                          }
  1947.                                                          else if(getNextHighestDepth == 10 && _loc1_[┬º┬ºconstant(20)][┬º┬ºconstant(8)] == true)
  1948.                                                          {
  1949.                                                             getNextHighestDepth = options2.attachMovie(1) * 15;
  1950.                                                             getNextHighestDepth = options2._x(getNextHighestDepth);
  1951.                                                             _y = eval(┬º┬ºconstant(6));
  1952.                                                          }
  1953.                                                          if(getNextHighestDepth == 11 && _loc1_[┬º┬ºconstant(21)][┬º┬ºconstant(8)] == false)
  1954.                                                          {
  1955.                                                             _loc1_[┬º┬ºconstant(21)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 71;
  1956.                                                             _loc1_[┬º┬ºconstant(21)][┬º┬ºconstant(10)] = 170;
  1957.                                                             _loc1_[┬º┬ºconstant(21)][┬º┬ºconstant(11)](2);
  1958.                                                             _loc1_[┬º┬ºconstant(21)][┬º┬ºconstant(8)] = true;
  1959.                                                             getNextHighestDepth = 0;
  1960.                                                          }
  1961.                                                          else if(getNextHighestDepth == 11 && _loc1_[┬º┬ºconstant(21)][┬º┬ºconstant(8)] == true)
  1962.                                                          {
  1963.                                                             getNextHighestDepth = options2.attachMovie(1) * 15;
  1964.                                                             getNextHighestDepth = options2._x(getNextHighestDepth);
  1965.                                                             _y = eval(┬º┬ºconstant(6));
  1966.                                                          }
  1967.                                                          if(getNextHighestDepth == 12 && _loc1_[┬º┬ºconstant(22)][┬º┬ºconstant(8)] == false)
  1968.                                                          {
  1969.                                                             _loc1_[┬º┬ºconstant(22)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 71;
  1970.                                                             _loc1_[┬º┬ºconstant(22)][┬º┬ºconstant(10)] = 170;
  1971.                                                             _loc1_[┬º┬ºconstant(22)][┬º┬ºconstant(11)](2);
  1972.                                                             _loc1_[┬º┬ºconstant(22)][┬º┬ºconstant(8)] = true;
  1973.                                                             getNextHighestDepth = 0;
  1974.                                                          }
  1975.                                                          else if(eval(┬º┬ºconstant(23)) == 12 && _loc1_[┬º┬ºconstant(22)][┬º┬ºconstant(8)] == true)
  1976.                                                          {
  1977.                                                             getNextHighestDepth = options2.attachMovie(1) * 15;
  1978.                                                             getNextHighestDepth = options2._x(getNextHighestDepth);
  1979.                                                             _y = eval(┬º┬ºconstant(6));
  1980.                                                          }
  1981.                                                          if(getNextHighestDepth == 13 && _loc1_[┬º┬ºconstant(24)][┬º┬ºconstant(8)] == false)
  1982.                                                          {
  1983.                                                             _loc1_[┬º┬ºconstant(24)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 71;
  1984.                                                             _loc1_[┬º┬ºconstant(24)][┬º┬ºconstant(10)] = 170;
  1985.                                                             _loc1_[┬º┬ºconstant(24)][┬º┬ºconstant(11)](2);
  1986.                                                             _loc1_[┬º┬ºconstant(24)][┬º┬ºconstant(8)] = true;
  1987.                                                             getNextHighestDepth = 0;
  1988.                                                          }
  1989.                                                          else if(getNextHighestDepth == 13 && _loc1_[┬º┬ºconstant(24)][┬º┬ºconstant(8)] == true)
  1990.                                                          {
  1991.                                                             getNextHighestDepth = options2.attachMovie(1) * 15;
  1992.                                                             getNextHighestDepth = options2._x(getNextHighestDepth);
  1993.                                                             _y = eval(┬º┬ºconstant(6));
  1994.                                                          }
  1995.                                                          if(getNextHighestDepth == 14 && _loc1_[┬º┬ºconstant(25)][┬º┬ºconstant(8)] == false)
  1996.                                                          {
  1997.                                                             _loc1_[┬º┬ºconstant(25)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 71;
  1998.                                                             _loc1_[┬º┬ºconstant(25)][┬º┬ºconstant(10)] = 170;
  1999.                                                             _loc1_[┬º┬ºconstant(25)][┬º┬ºconstant(11)](2);
  2000.                                                             _loc1_[┬º┬ºconstant(25)][┬º┬ºconstant(8)] = true;
  2001.                                                             getNextHighestDepth = 0;
  2002.                                                          }
  2003.                                                          else if(getNextHighestDepth == 14 && _loc1_[┬º┬ºconstant(25)][┬º┬ºconstant(8)] == true)
  2004.                                                          {
  2005.                                                             getNextHighestDepth = options2.attachMovie(1) * 15;
  2006.                                                             getNextHighestDepth = options2._x(getNextHighestDepth);
  2007.                                                             _y = eval(┬º┬ºconstant(6));
  2008.                                                          }
  2009.                                                          if(getNextHighestDepth == 15 && _loc1_[┬º┬ºconstant(25)][┬º┬ºconstant(8)] == false)
  2010.                                                          {
  2011.                                                             _loc1_[┬º┬ºconstant(25)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 71;
  2012.                                                             _loc1_[┬º┬ºconstant(25)][┬º┬ºconstant(10)] = 170;
  2013.                                                             _loc1_[┬º┬ºconstant(25)][┬º┬ºconstant(11)](2);
  2014.                                                             _loc1_[┬º┬ºconstant(25)][┬º┬ºconstant(8)] = true;
  2015.                                                             getNextHighestDepth = 0;
  2016.                                                          }
  2017.                                                          else if(getNextHighestDepth == 15 && _loc1_[┬º┬ºconstant(25)][┬º┬ºconstant(8)] == true)
  2018.                                                          {
  2019.                                                             getNextHighestDepth = options2.attachMovie(1) * 15;
  2020.                                                             getNextHighestDepth = options2._x(getNextHighestDepth);
  2021.                                                             _y = eval(┬º┬ºconstant(6));
  2022.                                                          }
  2023.                                                          if(eval(┬º┬ºconstant(23)) == 0)
  2024.                                                          {
  2025.                                                             set(┬º┬ºconstant(23),options2.attachMovie(1) * 15);
  2026.                                                             set(┬º┬ºconstant(23),options2._x(eval(┬º┬ºconstant(23))));
  2027.                                                             _y = eval(┬º┬ºconstant(6));
  2028.                                                          }
  2029.                                                          if(eval(┬º┬ºconstant(23)) == 1 && _loc1_[┬º┬ºconstant(26)][┬º┬ºconstant(8)] == false)
  2030.                                                          {
  2031.                                                             _loc1_[┬º┬ºconstant(26)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 445;
  2032.                                                             _loc1_[┬º┬ºconstant(26)][┬º┬ºconstant(10)] = 170;
  2033.                                                             _loc1_[┬º┬ºconstant(26)][┬º┬ºconstant(11)](2);
  2034.                                                             _loc1_[┬º┬ºconstant(26)][┬º┬ºconstant(8)] = true;
  2035.                                                             set(┬º┬ºconstant(23),0);
  2036.                                                          }
  2037.                                                          else if(eval(┬º┬ºconstant(23)) == 1 && _loc1_[┬º┬ºconstant(26)][┬º┬ºconstant(8)] == true)
  2038.                                                          {
  2039.                                                             set(┬º┬ºconstant(23),options2.attachMovie(1) * 15);
  2040.                                                             set(┬º┬ºconstant(23),options2._x(eval(┬º┬ºconstant(23))));
  2041.                                                             _y = eval(┬º┬ºconstant(6));
  2042.                                                          }
  2043.                                                          if(eval(┬º┬ºconstant(23)) == 2 && _loc1_[┬º┬ºconstant(27)][┬º┬ºconstant(8)] == false)
  2044.                                                          {
  2045.                                                             _loc1_[┬º┬ºconstant(27)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 445;
  2046.                                                             _loc1_[┬º┬ºconstant(27)][┬º┬ºconstant(10)] = 170;
  2047.                                                             _loc1_[┬º┬ºconstant(27)][┬º┬ºconstant(11)](2);
  2048.                                                             _loc1_[┬º┬ºconstant(27)][┬º┬ºconstant(8)] = true;
  2049.                                                             set(┬º┬ºconstant(23),0);
  2050.                                                          }
  2051.                                                          else if(eval(┬º┬ºconstant(23)) == 2 && _loc1_[┬º┬ºconstant(27)][┬º┬ºconstant(8)] == true)
  2052.                                                          {
  2053.                                                             set(┬º┬ºconstant(23),options2.attachMovie(1) * 15);
  2054.                                                             set(┬º┬ºconstant(23),options2._x(eval(┬º┬ºconstant(23))));
  2055.                                                             _y = eval(┬º┬ºconstant(6));
  2056.                                                          }
  2057.                                                          if(eval(┬º┬ºconstant(23)) == 3 && _loc1_[┬º┬ºconstant(28)][┬º┬ºconstant(8)] == false)
  2058.                                                          {
  2059.                                                             _loc1_[┬º┬ºconstant(28)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 445;
  2060.                                                             _loc1_[┬º┬ºconstant(28)][┬º┬ºconstant(10)] = 170;
  2061.                                                             _loc1_[┬º┬ºconstant(28)][┬º┬ºconstant(11)](2);
  2062.                                                             _loc1_[┬º┬ºconstant(28)][┬º┬ºconstant(8)] = true;
  2063.                                                             set(┬º┬ºconstant(23),0);
  2064.                                                          }
  2065.                                                          else if(eval(┬º┬ºconstant(23)) == 3 && _loc1_[┬º┬ºconstant(28)][┬º┬ºconstant(8)] == true)
  2066.                                                          {
  2067.                                                             set(┬º┬ºconstant(23),options2.attachMovie(1) * 15);
  2068.                                                             set(┬º┬ºconstant(23),options2._x(eval(┬º┬ºconstant(23))));
  2069.                                                             _y = eval(┬º┬ºconstant(6));
  2070.                                                          }
  2071.                                                          if(eval(┬º┬ºconstant(23)) == 4 && _loc1_[┬º┬ºconstant(29)][┬º┬ºconstant(8)] == false)
  2072.                                                          {
  2073.                                                             _loc1_[┬º┬ºconstant(29)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 445;
  2074.                                                             _loc1_[┬º┬ºconstant(29)][┬º┬ºconstant(10)] = 170;
  2075.                                                             _loc1_[┬º┬ºconstant(29)][┬º┬ºconstant(11)](2);
  2076.                                                             _loc1_[┬º┬ºconstant(29)][┬º┬ºconstant(8)] = true;
  2077.                                                             set(┬º┬ºconstant(23),0);
  2078.                                                          }
  2079.                                                          else if(eval(┬º┬ºconstant(23)) == 4 && _loc1_[┬º┬ºconstant(29)][┬º┬ºconstant(8)] == true)
  2080.                                                          {
  2081.                                                             set(┬º┬ºconstant(23),options2.attachMovie(1) * 15);
  2082.                                                             set(┬º┬ºconstant(23),options2._x(eval(┬º┬ºconstant(23))));
  2083.                                                             _y = eval(┬º┬ºconstant(6));
  2084.                                                          }
  2085.                                                          if(eval(┬º┬ºconstant(23)) == 5 && _loc1_[┬º┬ºconstant(30)][┬º┬ºconstant(8)] == false)
  2086.                                                          {
  2087.                                                             _loc1_[┬º┬ºconstant(30)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 445;
  2088.                                                             _loc1_[┬º┬ºconstant(30)][┬º┬ºconstant(10)] = 170;
  2089.                                                             _loc1_[┬º┬ºconstant(30)][┬º┬ºconstant(11)](2);
  2090.                                                             _loc1_[┬º┬ºconstant(30)][┬º┬ºconstant(8)] = true;
  2091.                                                             set(┬º┬ºconstant(23),0);
  2092.                                                          }
  2093.                                                          else if(eval(┬º┬ºconstant(23)) == 5 && _loc1_[┬º┬ºconstant(30)][┬º┬ºconstant(8)] == true)
  2094.                                                          {
  2095.                                                             set(┬º┬ºconstant(23),options2.attachMovie(1) * 15);
  2096.                                                             set(┬º┬ºconstant(23),options2._x(eval(┬º┬ºconstant(23))));
  2097.                                                             _y = eval(┬º┬ºconstant(6));
  2098.                                                          }
  2099.                                                          if(eval(┬º┬ºconstant(23)) == 6 && _loc1_[┬º┬ºconstant(31)][┬º┬ºconstant(8)] == false)
  2100.                                                          {
  2101.                                                             _loc1_[┬º┬ºconstant(31)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 445;
  2102.                                                             _loc1_[┬º┬ºconstant(31)][┬º┬ºconstant(10)] = 170;
  2103.                                                             _loc1_[┬º┬ºconstant(31)][┬º┬ºconstant(11)](2);
  2104.                                                             _loc1_[┬º┬ºconstant(31)][┬º┬ºconstant(8)] = true;
  2105.                                                             set(┬º┬ºconstant(23),0);
  2106.                                                          }
  2107.                                                          else if(eval(┬º┬ºconstant(23)) == 6 && _loc1_[┬º┬ºconstant(31)][┬º┬ºconstant(8)] == true)
  2108.                                                          {
  2109.                                                             set(┬º┬ºconstant(23),options2.attachMovie(1) * 15);
  2110.                                                             set(┬º┬ºconstant(23),options2._x(eval(┬º┬ºconstant(23))));
  2111.                                                             _y = eval(┬º┬ºconstant(6));
  2112.                                                          }
  2113.                                                          if(eval(┬º┬ºconstant(23)) == 7 && _loc1_[┬º┬ºconstant(32)][┬º┬ºconstant(8)] == false)
  2114.                                                          {
  2115.                                                             _loc1_[┬º┬ºconstant(32)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 445;
  2116.                                                             _loc1_[┬º┬ºconstant(32)][┬º┬ºconstant(10)] = 170;
  2117.                                                             _loc1_[┬º┬ºconstant(32)][┬º┬ºconstant(11)](2);
  2118.                                                             _loc1_[┬º┬ºconstant(32)][┬º┬ºconstant(8)] = true;
  2119.                                                             set(┬º┬ºconstant(23),0);
  2120.                                                          }
  2121.                                                          else if(eval(┬º┬ºconstant(23)) == 7 && _loc1_[┬º┬ºconstant(32)][┬º┬ºconstant(8)] == true)
  2122.                                                          {
  2123.                                                             set(┬º┬ºconstant(23),options2.attachMovie(1) * 15);
  2124.                                                             set(┬º┬ºconstant(23),options2._x(eval(┬º┬ºconstant(23))));
  2125.                                                             _y = eval(┬º┬ºconstant(6));
  2126.                                                          }
  2127.                                                          if(eval(┬º┬ºconstant(23)) == 8 && _loc1_[┬º┬ºconstant(33)][┬º┬ºconstant(8)] == false)
  2128.                                                          {
  2129.                                                             _loc1_[┬º┬ºconstant(33)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 445;
  2130.                                                             _loc1_[┬º┬ºconstant(33)][┬º┬ºconstant(10)] = 170;
  2131.                                                             _loc1_[┬º┬ºconstant(33)][┬º┬ºconstant(11)](2);
  2132.                                                             _loc1_[┬º┬ºconstant(33)][┬º┬ºconstant(8)] = true;
  2133.                                                             set(┬º┬ºconstant(23),0);
  2134.                                                          }
  2135.                                                          else if(eval(┬º┬ºconstant(23)) == 8 && _loc1_[┬º┬ºconstant(33)][┬º┬ºconstant(8)] == true)
  2136.                                                          {
  2137.                                                             set(┬º┬ºconstant(23),options2.attachMovie(1) * 15);
  2138.                                                             set(┬º┬ºconstant(23),options2._x(eval(┬º┬ºconstant(23))));
  2139.                                                             _y = eval(┬º┬ºconstant(6));
  2140.                                                          }
  2141.                                                          if(eval(┬º┬ºconstant(23)) == 9 && _loc1_[┬º┬ºconstant(34)][┬º┬ºconstant(8)] == false)
  2142.                                                          {
  2143.                                                             _loc1_[┬º┬ºconstant(34)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 445;
  2144.                                                             _loc1_[┬º┬ºconstant(34)][┬º┬ºconstant(10)] = 170;
  2145.                                                             _loc1_[┬º┬ºconstant(34)][┬º┬ºconstant(11)](2);
  2146.                                                             _loc1_[┬º┬ºconstant(34)][┬º┬ºconstant(8)] = true;
  2147.                                                             set(┬º┬ºconstant(23),0);
  2148.                                                          }
  2149.                                                          else if(eval(┬º┬ºconstant(23)) == 9 && _loc1_[┬º┬ºconstant(34)][┬º┬ºconstant(8)] == true)
  2150.                                                          {
  2151.                                                             set(┬º┬ºconstant(23),options2.attachMovie(1) * 15);
  2152.                                                             set(┬º┬ºconstant(23),options2._x(eval(┬º┬ºconstant(23))));
  2153.                                                             _y = eval(┬º┬ºconstant(6));
  2154.                                                          }
  2155.                                                          if(eval(┬º┬ºconstant(23)) == 10 && _loc1_[┬º┬ºconstant(35)][┬º┬ºconstant(8)] == false)
  2156.                                                          {
  2157.                                                             _loc1_[┬º┬ºconstant(35)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 445;
  2158.                                                             _loc1_[┬º┬ºconstant(35)][┬º┬ºconstant(10)] = 170;
  2159.                                                             _loc1_[┬º┬ºconstant(35)][┬º┬ºconstant(11)](2);
  2160.                                                             _loc1_[┬º┬ºconstant(35)][┬º┬ºconstant(8)] = true;
  2161.                                                             set(┬º┬ºconstant(23),0);
  2162.                                                          }
  2163.                                                          else if(eval(┬º┬ºconstant(23)) == 10 && _loc1_[┬º┬ºconstant(35)][┬º┬ºconstant(8)] == true)
  2164.                                                          {
  2165.                                                             set(┬º┬ºconstant(23),options2.attachMovie(1) * 15);
  2166.                                                             set(┬º┬ºconstant(23),options2._x(eval(┬º┬ºconstant(23))));
  2167.                                                             _y = eval(┬º┬ºconstant(6));
  2168.                                                          }
  2169.                                                          if(eval(┬º┬ºconstant(23)) == 11 && _loc1_[┬º┬ºconstant(36)][┬º┬ºconstant(8)] == false)
  2170.                                                          {
  2171.                                                             _loc1_[┬º┬ºconstant(36)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 445;
  2172.                                                             _loc1_[┬º┬ºconstant(36)][┬º┬ºconstant(10)] = 170;
  2173.                                                             _loc1_[┬º┬ºconstant(36)][┬º┬ºconstant(11)](2);
  2174.                                                             _loc1_[┬º┬ºconstant(36)][┬º┬ºconstant(8)] = true;
  2175.                                                             set(┬º┬ºconstant(23),0);
  2176.                                                          }
  2177.                                                          else if(eval(┬º┬ºconstant(23)) == 11 && _loc1_[┬º┬ºconstant(36)][┬º┬ºconstant(8)] == true)
  2178.                                                          {
  2179.                                                             set(┬º┬ºconstant(23),options2.attachMovie(1) * 15);
  2180.                                                             set(┬º┬ºconstant(23),options2._x(eval(┬º┬ºconstant(23))));
  2181.                                                             _y = eval(┬º┬ºconstant(6));
  2182.                                                          }
  2183.                                                          if(eval(┬º┬ºconstant(23)) == 12 && _loc1_[┬º┬ºconstant(37)][┬º┬ºconstant(8)] == false)
  2184.                                                          {
  2185.                                                             _loc1_[┬º┬ºconstant(37)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 445;
  2186.                                                             _loc1_[┬º┬ºconstant(37)][┬º┬ºconstant(10)] = 170;
  2187.                                                             _loc1_[┬º┬ºconstant(37)][┬º┬ºconstant(11)](2);
  2188.                                                             _loc1_[┬º┬ºconstant(37)][┬º┬ºconstant(8)] = true;
  2189.                                                             set(┬º┬ºconstant(23),0);
  2190.                                                          }
  2191.                                                          else if(eval(┬º┬ºconstant(23)) == 12 && _loc1_[┬º┬ºconstant(37)][┬º┬ºconstant(8)] == true)
  2192.                                                          {
  2193.                                                             set(┬º┬ºconstant(23),options2.attachMovie(1) * 15);
  2194.                                                             set(┬º┬ºconstant(23),options2._x(eval(┬º┬ºconstant(23))));
  2195.                                                             _y = eval(┬º┬ºconstant(6));
  2196.                                                          }
  2197.                                                          if(eval(┬º┬ºconstant(23)) == 13 && _loc1_[┬º┬ºconstant(38)][┬º┬ºconstant(8)] == false)
  2198.                                                          {
  2199.                                                             _loc1_[┬º┬ºconstant(38)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 445;
  2200.                                                             _loc1_[┬º┬ºconstant(38)][┬º┬ºconstant(10)] = 170;
  2201.                                                             _loc1_[┬º┬ºconstant(38)][┬º┬ºconstant(11)](2);
  2202.                                                             _loc1_[┬º┬ºconstant(38)][┬º┬ºconstant(8)] = true;
  2203.                                                             set(┬º┬ºconstant(23),0);
  2204.                                                          }
  2205.                                                          else if(eval(┬º┬ºconstant(23)) == 13 && _loc1_[┬º┬ºconstant(38)][┬º┬ºconstant(8)] == true)
  2206.                                                          {
  2207.                                                             set(┬º┬ºconstant(23),options2.attachMovie(1) * 15);
  2208.                                                             set(┬º┬ºconstant(23),options2._x(eval(┬º┬ºconstant(23))));
  2209.                                                             _y = eval(┬º┬ºconstant(6));
  2210.                                                          }
  2211.                                                          if(eval(┬º┬ºconstant(23)) == 14 && _loc1_[┬º┬ºconstant(39)][┬º┬ºconstant(8)] == false)
  2212.                                                          {
  2213.                                                             _loc1_[┬º┬ºconstant(39)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 445;
  2214.                                                             _loc1_[┬º┬ºconstant(39)][┬º┬ºconstant(10)] = 170;
  2215.                                                             _loc1_[┬º┬ºconstant(39)][┬º┬ºconstant(11)](2);
  2216.                                                             _loc1_[┬º┬ºconstant(39)][┬º┬ºconstant(8)] = true;
  2217.                                                             set(┬º┬ºconstant(23),0);
  2218.                                                          }
  2219.                                                          else if(eval(┬º┬ºconstant(23)) == 14 && _loc1_[┬º┬ºconstant(39)][┬º┬ºconstant(8)] == true)
  2220.                                                          {
  2221.                                                             set(┬º┬ºconstant(23),options2.attachMovie(1) * 15);
  2222.                                                             set(┬º┬ºconstant(23),options2._x(eval(┬º┬ºconstant(23))));
  2223.                                                             _y = eval(┬º┬ºconstant(6));
  2224.                                                          }
  2225.                                                          addr2100:
  2226.                                                          if(eval(┬º┬ºconstant(23)) == 15 && _loc1_[┬º┬ºconstant(39)][┬º┬ºconstant(8)] == false)
  2227.                                                          {
  2228.                                                             _loc1_[┬º┬ºconstant(39)][┬º┬ºconstant(9)] = options2.attachMovie() * 250 + 445;
  2229.                                                             _loc1_[┬º┬ºconstant(39)][┬º┬ºconstant(10)] = 170;
  2230.                                                             _loc1_[┬º┬ºconstant(39)][┬º┬ºconstant(11)](2);
  2231.                                                             _loc1_[┬º┬ºconstant(39)][┬º┬ºconstant(8)] = true;
  2232.                                                             set(┬º┬ºconstant(23),0);
  2233.                                                          }
  2234.                                                          else if(eval(┬º┬ºconstant(23)) == 15 && _loc1_[┬º┬ºconstant(39)][┬º┬ºconstant(8)] == true)
  2235.                                                          {
  2236.                                                             set(┬º┬ºconstant(23),options2.attachMovie(1) * 15);
  2237.                                                             set(┬º┬ºconstant(23),options2._x(eval(┬º┬ºconstant(23))));
  2238.                                                             _y = eval(┬º┬ºconstant(6));
  2239.                                                          }
  2240.                                                          set(┬º┬ºconstant(41),30);
  2241.                                                          set(┬º┬ºconstant(40),30);
  2242.                                                          set(┬º┬ºconstant(42),0);
  2243.                                                          set(┬º┬ºconstant(44),0);
  2244.                                                          set(┬º┬ºconstant(45),0);
  2245.                                                          set(┬º┬ºconstant(43),false);
  2246.                                                          set(┬º┬ºconstant(46),30);
  2247.                                                          _y = 30;
  2248.                                                          set(┬º┬ºconstant(6),15);
  2249.                                                          set(┬º┬ºconstant(47),20);
  2250.                                                          getNextHighestDepth = options2.attachMovie() * 1;
  2251.                                                          set(┬º┬ºconstant(23),options2.attachMovie() * 1);
  2252.                                                          opt = true;
  2253.                                                          set(┬º┬ºconstant(48),function()
  2254.                                                          {
  2255.                                                             if(_y > 0)
  2256.                                                             {
  2257.                                                                _y--;
  2258.                                                             }
  2259.                                                             else
  2260.                                                             {
  2261.                                                                getNextHighestDepth = options2.attachMovie(1) * 15;
  2262.                                                                getNextHighestDepth = options2._x(getNextHighestDepth);
  2263.                                                                set(┬º┬ºconstant(23),options2.attachMovie(1) * 15);
  2264.                                                                set(┬º┬ºconstant(23),options2._x(eval(┬º┬ºconstant(23))));
  2265.                                                                ┬º┬ºconstant(49)();
  2266.                                                                _y = eval(┬º┬ºconstant(6));
  2267.                                                             }
  2268.                                                             ┬º┬ºconstant(50)();
  2269.                                                             _root[┬º┬ºconstant(51)] = eval(┬º┬ºconstant(42));
  2270.                                                             if(eval(┬º┬ºconstant(40)) <= 9 && eval(┬º┬ºconstant(40)) >= 0)
  2271.                                                             {
  2272.                                                                _root[┬º┬ºconstant(52)] = ┬º┬ºconstant(53) + eval(┬º┬ºconstant(40));
  2273.                                                             }
  2274.                                                             else if(eval(┬º┬ºconstant(40)) > 9)
  2275.                                                             {
  2276.                                                                _root[┬º┬ºconstant(52)] = eval(┬º┬ºconstant(40));
  2277.                                                             }
  2278.                                                             if(eval(┬º┬ºconstant(42)) <= 0 && eval(┬º┬ºconstant(40)) <= 0 && eval(┬º┬ºconstant(54)) == false)
  2279.                                                             {
  2280.                                                                opt = true;
  2281.                                                                set(┬º┬ºconstant(54),true);
  2282.                                                                set(┬º┬ºconstant(55),true);
  2283.                                                             }
  2284.                                                             if(eval(┬º┬ºconstant(54)) == true)
  2285.                                                             {
  2286.                                                                if(eval(┬º┬ºconstant(44)) > eval(┬º┬ºconstant(45)) && eval(┬º┬ºconstant(55)) == true)
  2287.                                                                {
  2288.                                                                   _root[┬º┬ºconstant(58)](┬º┬ºconstant(57),┬º┬ºconstant(57),_root[┬º┬ºconstant(56)]());
  2289.                                                                   _root[┬º┬ºconstant(57)][┬º┬ºconstant(9)] = 198;
  2290.                                                                   _root[┬º┬ºconstant(57)][┬º┬ºconstant(10)] = 280;
  2291.                                                                   _root[┬º┬ºconstant(58)](┬º┬ºconstant(59),┬º┬ºconstant(59),_root[┬º┬ºconstant(56)]());
  2292.                                                                   _root[┬º┬ºconstant(59)][┬º┬ºconstant(9)] = 570;
  2293.                                                                   _root[┬º┬ºconstant(59)][┬º┬ºconstant(10)] = 280;
  2294.                                                                   set(┬º┬ºconstant(55),false);
  2295.                                                                }
  2296.                                                                if(eval(┬º┬ºconstant(44)) < eval(┬º┬ºconstant(45)) && eval(┬º┬ºconstant(55)) == true)
  2297.                                                                {
  2298.                                                                   _root[┬º┬ºconstant(58)](┬º┬ºconstant(59),┬º┬ºconstant(59),_root[┬º┬ºconstant(56)]());
  2299.                                                                   _root[┬º┬ºconstant(59)][┬º┬ºconstant(9)] = 198;
  2300.                                                                   _root[┬º┬ºconstant(59)][┬º┬ºconstant(10)] = 280;
  2301.                                                                   _root[┬º┬ºconstant(58)](┬º┬ºconstant(57),┬º┬ºconstant(57),_root[┬º┬ºconstant(56)]());
  2302.                                                                   _root[┬º┬ºconstant(57)][┬º┬ºconstant(9)] = 570;
  2303.                                                                   _root[┬º┬ºconstant(57)][┬º┬ºconstant(10)] = 280;
  2304.                                                                   set(┬º┬ºconstant(55),false);
  2305.                                                                }
  2306.                                                             }
  2307.                                                             if(eval(┬º┬ºconstant(44)) >= 0 && eval(┬º┬ºconstant(44)) <= 9)
  2308.                                                             {
  2309.                                                                _root[┬º┬ºconstant(60)] = ┬º┬ºconstant(61) + eval(┬º┬ºconstant(44));
  2310.                                                             }
  2311.                                                             if(eval(┬º┬ºconstant(44)) >= 9 && eval(┬º┬ºconstant(44)) <= 99)
  2312.                                                             {
  2313.                                                                _root[┬º┬ºconstant(60)] = ┬º┬ºconstant(62) + eval(┬º┬ºconstant(44));
  2314.                                                             }
  2315.                                                             if(eval(┬º┬ºconstant(44)) >= 99 && eval(┬º┬ºconstant(44)) <= 999)
  2316.                                                             {
  2317.                                                                _root[┬º┬ºconstant(60)] = ┬º┬ºconstant(63) + eval(┬º┬ºconstant(44));
  2318.                                                             }
  2319.                                                             if(eval(┬º┬ºconstant(44)) >= 999 && eval(┬º┬ºconstant(44)) <= 9999)
  2320.                                                             {
  2321.                                                                _root[┬º┬ºconstant(60)] = ┬º┬ºconstant(64) + eval(┬º┬ºconstant(44));
  2322.                                                             }
  2323.                                                             if(eval(┬º┬ºconstant(44)) >= 9999 && eval(┬º┬ºconstant(44)) <= 99999)
  2324.                                                             {
  2325.                                                                _root[┬º┬ºconstant(60)] = ┬º┬ºconstant(65) + eval(┬º┬ºconstant(44));
  2326.                                                             }
  2327.                                                             if(eval(┬º┬ºconstant(44)) >= 99999 && eval(┬º┬ºconstant(44)) <= 999999)
  2328.                                                             {
  2329.                                                                _root[┬º┬ºconstant(60)] = ┬º┬ºconstant(66) + eval(┬º┬ºconstant(44));
  2330.                                                             }
  2331.                                                             if(eval(┬º┬ºconstant(44)) >= 999999 && eval(┬º┬ºconstant(44)) <= 9999999)
  2332.                                                             {
  2333.                                                                _root[┬º┬ºconstant(60)] = ┬º┬ºconstant(67) + eval(┬º┬ºconstant(44));
  2334.                                                             }
  2335.                                                             if(eval(┬º┬ºconstant(44)) >= 9999999 && eval(┬º┬ºconstant(44)) <= 99999999)
  2336.                                                             {
  2337.                                                                _root[┬º┬ºconstant(60)] = ┬º┬ºconstant(68) + eval(┬º┬ºconstant(44));
  2338.                                                             }
  2339.                                                             if(eval(┬º┬ºconstant(44)) >= 99999999 && eval(┬º┬ºconstant(44)) <= 999999999)
  2340.                                                             {
  2341.                                                                _root[┬º┬ºconstant(60)] = ┬º┬ºconstant(53) + eval(┬º┬ºconstant(44));
  2342.                                                             }
  2343.                                                             if(eval(┬º┬ºconstant(44)) >= 999999999 && eval(┬º┬ºconstant(44)) <= 9999999999)
  2344.                                                             {
  2345.                                                                _root[┬º┬ºconstant(60)] = eval(┬º┬ºconstant(44));
  2346.                                                             }
  2347.                                                             if(eval(┬º┬ºconstant(45)) >= 0 && eval(┬º┬ºconstant(45)) <= 9)
  2348.                                                             {
  2349.                                                                _root[┬º┬ºconstant(69)] = ┬º┬ºconstant(61) + eval(┬º┬ºconstant(45));
  2350.                                                             }
  2351.                                                             if(eval(┬º┬ºconstant(45)) >= 9 && eval(┬º┬ºconstant(45)) <= 99)
  2352.                                                             {
  2353.                                                                _root[┬º┬ºconstant(69)] = ┬º┬ºconstant(62) + eval(┬º┬ºconstant(45));
  2354.                                                             }
  2355.                                                             if(eval(┬º┬ºconstant(45)) >= 99 && eval(┬º┬ºconstant(45)) <= 999)
  2356.                                                             {
  2357.                                                                _root[┬º┬ºconstant(69)] = ┬º┬ºconstant(63) + eval(┬º┬ºconstant(45));
  2358.                                                             }
  2359.                                                             if(eval(┬º┬ºconstant(45)) >= 999 && eval(┬º┬ºconstant(45)) <= 9999)
  2360.                                                             {
  2361.                                                                _root[┬º┬ºconstant(69)] = ┬º┬ºconstant(64) + eval(┬º┬ºconstant(45));
  2362.                                                             }
  2363.                                                             if(eval(┬º┬ºconstant(45)) >= 9999 && eval(┬º┬ºconstant(45)) <= 99999)
  2364.                                                             {
  2365.                                                                _root[┬º┬ºconstant(69)] = ┬º┬ºconstant(65) + eval(┬º┬ºconstant(45));
  2366.                                                             }
  2367.                                                             if(eval(┬º┬ºconstant(45)) >= 99999 && eval(┬º┬ºconstant(45)) <= 999999)
  2368.                                                             {
  2369.                                                                _root[┬º┬ºconstant(69)] = ┬º┬ºconstant(66) + eval(┬º┬ºconstant(45));
  2370.                                                             }
  2371.                                                             if(eval(┬º┬ºconstant(45)) >= 999999 && eval(┬º┬ºconstant(45)) <= 9999999)
  2372.                                                             {
  2373.                                                                _root[┬º┬ºconstant(69)] = ┬º┬ºconstant(67) + eval(┬º┬ºconstant(45));
  2374.                                                             }
  2375.                                                             if(eval(┬º┬ºconstant(45)) >= 9999999 && eval(┬º┬ºconstant(45)) <= 99999999)
  2376.                                                             {
  2377.                                                                _root[┬º┬ºconstant(69)] = ┬º┬ºconstant(68) + eval(┬º┬ºconstant(45));
  2378.                                                             }
  2379.                                                             if(eval(┬º┬ºconstant(45)) >= 99999999 && eval(┬º┬ºconstant(45)) <= 999999999)
  2380.                                                             {
  2381.                                                                _root[┬º┬ºconstant(69)] = ┬º┬ºconstant(53) + eval(┬º┬ºconstant(45));
  2382.                                                             }
  2383.                                                             if(eval(┬º┬ºconstant(44)) >= 999999999 && eval(┬º┬ºconstant(45)) <= 9999999999)
  2384.                                                             {
  2385.                                                                _root[┬º┬ºconstant(69)] = eval(┬º┬ºconstant(45));
  2386.                                                             }
  2387.                                                             if(eval(┬º┬ºconstant(44)) < 0)
  2388.                                                             {
  2389.                                                                set(┬º┬ºconstant(44),0);
  2390.                                                             }
  2391.                                                             if(eval(┬º┬ºconstant(45)) < 0)
  2392.                                                             {
  2393.                                                                set(┬º┬ºconstant(45),0);
  2394.                                                             }
  2395.                                                          });
  2396.                                                          stop();
  2397.                                                          break loop0;
  2398.                                                       }
  2399.                                                       set("\x01",eval("\x01") + 165);
  2400.                                                       ┬º┬ºgoto(addr2100);
  2401.                                                    }
  2402.                                                    set("\x01",eval("\x01") - 552);
  2403.                                                    break loop0;
  2404.                                                 }
  2405.                                                 set("\x01",eval("\x01") - 320);
  2406.                                                 ┬º┬ºpush(┬º┬ºpop() eq ┬º┬ºpop());
  2407.                                                 break loop0;
  2408.                                              }
  2409.                                              set("\x01",eval("\x01") + 425);
  2410.                                              break loop0;
  2411.                                              addr6246:
  2412.                                           }
  2413.                                           set("\x01",eval("\x01") - 326);
  2414.                                           ┬º┬ºgoto(addr6246);
  2415.                                        }
  2416.                                        set("\x01",eval("\x01") + 762);
  2417.                                        startDrag(┬º┬ºpop(),┬º┬ºpop(),┬º┬ºpop(),┬º┬ºpop(),┬º┬ºpop(),┬º┬ºpop());
  2418.                                        break loop0;
  2419.                                     }
  2420.                                     set("\x01",eval("\x01") - 132);
  2421.                                     break loop0;
  2422.                                  }
  2423.                                  set("\x01",eval("\x01") + 95);
  2424.                                  break loop0;
  2425.                               }
  2426.                               set("\x01",eval("\x01") - 149);
  2427.                               ┬º┬ºpush(┬º┬ºpop() | ┬º┬ºpop());
  2428.                               break loop0;
  2429.                            }
  2430.                            set("\x01",eval("\x01") - 107);
  2431.                            set(┬º┬ºpop(),┬º┬ºpop() - 494);
  2432.                            addr7224:
  2433.                            if(!┬º┬ºpop())
  2434.                            {
  2435.                               if(eval("\x01") == 134)
  2436.                               {
  2437.                                  set("\x01",eval("\x01") + 24);
  2438.                                  if(!┬º┬ºpop())
  2439.                                  {
  2440.                                     addr6837:
  2441.                                     if(eval("\x01") == 200)
  2442.                                     {
  2443.                                        set("\x01",eval("\x01") + 66);
  2444.                                        ┬º┬ºgoto(addr6837);
  2445.                                        ┬º┬ºpush(true);
  2446.                                     }
  2447.                                     if(eval("\x01") == 750)
  2448.                                     {
  2449.                                        set("\x01",eval("\x01") - 331);
  2450.                                        ┬º┬ºgoto(addr6837);
  2451.                                        ┬º┬ºpush(true);
  2452.                                     }
  2453.                                     if(eval("\x01") == 413)
  2454.                                     {
  2455.                                        set("\x01",eval("\x01") - 279);
  2456.                                        ┬º┬ºgoto(addr6837);
  2457.                                        ┬º┬ºpush(true);
  2458.                                     }
  2459.                                     if(eval("\x01") == 630)
  2460.                                     {
  2461.                                        set("\x01",eval("\x01") - 200);
  2462.                                        if(!┬º┬ºpop())
  2463.                                        {
  2464.                                           addr6902:
  2465.                                           ┬º┬ºgoto(addr6837);
  2466.                                        }
  2467.                                        set("\x01",eval("\x01") - 42);
  2468.                                        ┬º┬ºgoto(addr6902);
  2469.                                     }
  2470.                                     if(eval("\x01") != 729)
  2471.                                     {
  2472.                                        if(eval("\x01") == 811)
  2473.                                        {
  2474.                                           set("\x01",eval("\x01") - 617);
  2475.                                           ┬º┬ºgoto(addr6837);
  2476.                                           ┬º┬ºpush(true);
  2477.                                        }
  2478.                                        if(eval("\x01") == 568)
  2479.                                        {
  2480.                                           set("\x01",eval("\x01") + 161);
  2481.                                           if(!┬º┬ºpop())
  2482.                                           {
  2483.                                              addr6950:
  2484.                                              ┬º┬ºgoto(addr6837);
  2485.                                           }
  2486.                                           set("\x01",eval("\x01") + 82);
  2487.                                           ┬º┬ºgoto(addr6950);
  2488.                                        }
  2489.                                        if(eval("\x01") == 785)
  2490.                                        {
  2491.                                           set("\x01",eval("\x01") - 203);
  2492.                                           ┬º┬ºgoto(addr6837);
  2493.                                           ┬º┬ºpush(true);
  2494.                                        }
  2495.                                        if(eval("\x01") == 185)
  2496.                                        {
  2497.                                           set("\x01",eval("\x01") + 383);
  2498.                                           ┬º┬ºgoto(addr6837);
  2499.                                           ┬º┬ºpush(true);
  2500.                                        }
  2501.                                        if(eval("\x01") == 81)
  2502.                                        {
  2503.                                           set("\x01",eval("\x01") + 516);
  2504.                                           ┬º┬ºgoto(addr6837);
  2505.                                           ┬º┬ºpush(true);
  2506.                                        }
  2507.                                        if(eval("\x01") == 404)
  2508.                                        {
  2509.                                           set("\x01",eval("\x01") + 225);
  2510.                                           ┬º┬ºgoto(addr6837);
  2511.                                           ┬º┬ºpush(true);
  2512.                                        }
  2513.                                        if(eval("\x01") == 419)
  2514.                                        {
  2515.                                           set("\x01",eval("\x01") - 187);
  2516.                                           if(!┬º┬ºpop())
  2517.                                           {
  2518.                                              addr7027:
  2519.                                              ┬º┬ºgoto(addr6837);
  2520.                                           }
  2521.                                           set("\x01",eval("\x01") + 181);
  2522.                                           ┬º┬ºgoto(addr7027);
  2523.                                        }
  2524.                                        if(eval("\x01") != 722)
  2525.                                        {
  2526.                                           if(eval("\x01") != 702)
  2527.                                           {
  2528.                                              if(eval("\x01") != 817)
  2529.                                              {
  2530.                                                 if(eval("\x01") == 266)
  2531.                                                 {
  2532.                                                    set("\x01",eval("\x01") - 35);
  2533.                                                    if(!┬º┬ºpop())
  2534.                                                    {
  2535.                                                       addr7087:
  2536.                                                       ┬º┬ºgoto(addr6837);
  2537.                                                    }
  2538.                                                    set("\x01",eval("\x01") - 46);
  2539.                                                    ┬º┬ºgoto(addr7087);
  2540.                                                 }
  2541.                                                 if(eval("\x01") == 275)
  2542.                                                 {
  2543.                                                    set("\x01",eval("\x01") + 541);
  2544.                                                    ┬º┬ºgoto(addr6837);
  2545.                                                    ┬º┬ºpush(true);
  2546.                                                 }
  2547.                                                 if(eval("\x01") != 231)
  2548.                                                 {
  2549.                                                    if(eval("\x01") == 629)
  2550.                                                    {
  2551.                                                       set("\x01",eval("\x01") + 188);
  2552.                                                       if(!┬º┬ºpop())
  2553.                                                       {
  2554.                                                          addr7137:
  2555.                                                          ┬º┬ºgoto(addr6837);
  2556.                                                       }
  2557.                                                       set("\x01",eval("\x01") - 32);
  2558.                                                       ┬º┬ºgoto(addr7137);
  2559.                                                    }
  2560.                                                    if(eval("\x01") == 194)
  2561.                                                    {
  2562.                                                       set("\x01",eval("\x01") - 57);
  2563.                                                       if(!┬º┬ºpop())
  2564.                                                       {
  2565.                                                          addr7158:
  2566.                                                          ┬º┬ºgoto(addr6837);
  2567.                                                       }
  2568.                                                       set("\x01",eval("\x01") - 56);
  2569.                                                       ┬º┬ºgoto(addr7158);
  2570.                                                    }
  2571.                                                    if(eval("\x01") == 726)
  2572.                                                    {
  2573.                                                       set("\x01",eval("\x01") - 96);
  2574.                                                       ┬º┬ºgoto(addr6837);
  2575.                                                       ┬º┬ºpush(true);
  2576.                                                    }
  2577.                                                    if(eval("\x01") == 597)
  2578.                                                    {
  2579.                                                       set("\x01",eval("\x01") + 105);
  2580.                                                       if(!┬º┬ºpop())
  2581.                                                       {
  2582.                                                          addr7193:
  2583.                                                          ┬º┬ºgoto(addr6837);
  2584.                                                       }
  2585.                                                       set("\x01",eval("\x01") + 48);
  2586.                                                       ┬º┬ºgoto(addr7193);
  2587.                                                    }
  2588.                                                    if(eval("\x01") != 137)
  2589.                                                    {
  2590.                                                       if(eval("\x01") != 590)
  2591.                                                       {
  2592.                                                          ┬º┬ºgoto(addr7224);
  2593.                                                          ┬º┬ºpush(eval("\x01") == 232);
  2594.                                                       }
  2595.                                                       set("\x01",eval("\x01") - 315);
  2596.                                                       break loop0;
  2597.                                                    }
  2598.                                                    set("\x01",eval("\x01") - 56);
  2599.                                                    addr4055:
  2600.                                                    if(┬º┬ºpop())
  2601.                                                    {
  2602.                                                       set("\x01",eval("\x01") + 498);
  2603.                                                       if(!┬º┬ºpop())
  2604.                                                       {
  2605.                                                          addr3965:
  2606.                                                          if(eval("\x01") == 186)
  2607.                                                          {
  2608.                                                             set("\x01",eval("\x01") + 174);
  2609.                                                             ┬º┬ºgoto(addr3965);
  2610.                                                             ┬º┬ºpush(true);
  2611.                                                          }
  2612.                                                          if(eval("\x01") != 549)
  2613.                                                          {
  2614.                                                             if(eval("\x01") == 593)
  2615.                                                             {
  2616.                                                                set("\x01",eval("\x01") - 44);
  2617.                                                                if(!┬º┬ºpop())
  2618.                                                                {
  2619.                                                                   addr4015:
  2620.                                                                   ┬º┬ºgoto(addr3965);
  2621.                                                                }
  2622.                                                                set("\x01",eval("\x01") - 228);
  2623.                                                                ┬º┬ºgoto(addr4015);
  2624.                                                             }
  2625.                                                             if(eval("\x01") == 292)
  2626.                                                             {
  2627.                                                                set("\x01",eval("\x01") - 242);
  2628.                                                                ┬º┬ºgoto(addr3965);
  2629.                                                                ┬º┬ºpush(true);
  2630.                                                             }
  2631.                                                             if(eval("\x01") == 907)
  2632.                                                             {
  2633.                                                                set("\x01",eval("\x01") - 271);
  2634.                                                                if(!┬º┬ºpop())
  2635.                                                                {
  2636.                                                                   addr4050:
  2637.                                                                   ┬º┬ºgoto(addr3965);
  2638.                                                                }
  2639.                                                                set("\x01",eval("\x01") - 357);
  2640.                                                                ┬º┬ºgoto(addr4050);
  2641.                                                             }
  2642.                                                             ┬º┬ºgoto(addr4055);
  2643.                                                             ┬º┬ºpush(eval("\x01") == 50);
  2644.                                                          }
  2645.                                                          set("\x01",eval("\x01") - 228);
  2646.                                                          ┬º┬ºpop()[┬º┬ºpop()] = ┬º┬ºpop()[┬º┬ºconstant(8)] - 50;
  2647.                                                          getNextHighestDepth._y = -106;
  2648.                                                          opt = false;
  2649.                                                          if(getNextHighestDepth[┬º┬ºconstant(10)](eval(┬º┬ºconstant(6))[┬º┬ºconstant(9)]) && getNextHighestDepth[┬º┬ºconstant(11)] == false && eval(┬º┬ºconstant(6))[┬º┬ºconstant(9)][┬º┬ºconstant(12)] == true)
  2650.                                                          {
  2651.                                                             getNextHighestDepth._y = eval(┬º┬ºconstant(6))[┬º┬ºconstant(9)]._y;
  2652.                                                             eval(┬º┬ºconstant(6))[┬º┬ºconstant(8)] += 250;
  2653.                                                             play();
  2654.                                                             set(┬º┬ºconstant(11),true);
  2655.                                                          }
  2656.                                                          ┬º┬ºgoto(addr3000);
  2657.                                                          ┬º┬ºpush(getNextHighestDepth.attachMovie);
  2658.                                                          ┬º┬ºpush(30);
  2659.                                                          addr4071:
  2660.                                                       }
  2661.                                                       set("\x01",eval("\x01") - 407);
  2662.                                                       ┬º┬ºgoto(addr4071);
  2663.                                                    }
  2664.                                                    if(eval("\x01") == 141)
  2665.                                                    {
  2666.                                                       set("\x01",eval("\x01") + 452);
  2667.                                                       ┬º┬ºgoto(addr3965);
  2668.                                                       ┬º┬ºpush(true);
  2669.                                                    }
  2670.                                                    if(eval("\x01") != 636)
  2671.                                                    {
  2672.                                                       if(eval("\x01") != 279)
  2673.                                                       {
  2674.                                                          if(eval("\x01") != 548)
  2675.                                                          {
  2676.                                                             if(eval("\x01") == 103)
  2677.                                                             {
  2678.                                                                set("\x01",eval("\x01") + 655);
  2679.                                                                if(!┬º┬ºpop())
  2680.                                                                {
  2681.                                                                   addr4145:
  2682.                                                                   ┬º┬ºgoto(addr3965);
  2683.                                                                }
  2684.                                                                set("\x01",eval("\x01") - 466);
  2685.                                                                ┬º┬ºgoto(addr4145);
  2686.                                                             }
  2687.                                                             if(eval("\x01") != 936)
  2688.                                                             {
  2689.                                                                if(eval("\x01") != 758)
  2690.                                                                {
  2691.                                                                   if(eval("\x01") == 321)
  2692.                                                                   {
  2693.                                                                      set("\x01",eval("\x01") + 586);
  2694.                                                                      ┬º┬ºgoto(addr3965);
  2695.                                                                      ┬º┬ºpush(true);
  2696.                                                                   }
  2697.                                                                   if(eval("\x01") == 360)
  2698.                                                                   {
  2699.                                                                      set("\x01",eval("\x01") + 576);
  2700.                                                                      if(!┬º┬ºpop())
  2701.                                                                      {
  2702.                                                                         addr4206:
  2703.                                                                         ┬º┬ºgoto(addr3965);
  2704.                                                                      }
  2705.                                                                      set("\x01",eval("\x01") - 910);
  2706.                                                                      ┬º┬ºgoto(addr4206);
  2707.                                                                   }
  2708.                                                                   if(eval("\x01") == 26)
  2709.                                                                   {
  2710.                                                                      set("\x01",eval("\x01") + 77);
  2711.                                                                      ┬º┬ºgoto(addr3965);
  2712.                                                                      ┬º┬ºpush(true);
  2713.                                                                   }
  2714.                                                                   break loop0;
  2715.                                                                }
  2716.                                                                set("\x01",eval("\x01") - 466);
  2717.                                                                break loop0;
  2718.                                                             }
  2719.                                                             set("\x01",eval("\x01") - 910);
  2720.                                                             stop();
  2721.                                                             break loop0;
  2722.                                                          }
  2723.                                                          set("\x01",eval("\x01") - 407);
  2724.                                                          break loop0;
  2725.                                                       }
  2726.                                                       set("\x01",eval("\x01") + 521);
  2727.                                                       stopAllSounds();
  2728.                                                       break loop0;
  2729.                                                    }
  2730.                                                    set("\x01",eval("\x01") - 357);
  2731.                                                    break loop0;
  2732.                                                 }
  2733.                                                 set("\x01",eval("\x01") - 46);
  2734.                                                 break loop0;
  2735.                                              }
  2736.                                              set("\x01",eval("\x01") - 32);
  2737.                                              prevFrame();
  2738.                                              break loop0;
  2739.                                           }
  2740.                                           set("\x01",eval("\x01") + 48);
  2741.                                           break loop0;
  2742.                                        }
  2743.                                        set("\x01",eval("\x01") + 4);
  2744.                                        ┬º┬ºgoto(addr4792);
  2745.                                     }
  2746.                                     set("\x01",eval("\x01") + 82);
  2747.                                     ┬º┬ºgoto(addr6342);
  2748.                                     addr7253:
  2749.                                  }
  2750.                                  set("\x01",eval("\x01") + 246);
  2751.                                  ┬º┬ºgoto(addr7253);
  2752.                               }
  2753.                               if(eval("\x01") != 158)
  2754.                               {
  2755.                                  if(eval("\x01") == 582)
  2756.                                  {
  2757.                                     set("\x01",eval("\x01") + 8);
  2758.                                     if(!┬º┬ºpop())
  2759.                                     {
  2760.                                        addr7287:
  2761.                                        ┬º┬ºgoto(addr6837);
  2762.                                     }
  2763.                                     set("\x01",eval("\x01") - 315);
  2764.                                     ┬º┬ºgoto(addr7287);
  2765.                                  }
  2766.                                  if(eval("\x01") == 816)
  2767.                                  {
  2768.                                     set("\x01",eval("\x01") - 94);
  2769.                                     if(!┬º┬ºpop())
  2770.                                     {
  2771.                                        addr7308:
  2772.                                        ┬º┬ºgoto(addr6837);
  2773.                                     }
  2774.                                     set("\x01",eval("\x01") + 4);
  2775.                                     ┬º┬ºgoto(addr7308);
  2776.                                  }
  2777.                                  if(eval("\x01") == 430)
  2778.                                  {
  2779.                                     set("\x01",eval("\x01") - 42);
  2780.                                     break loop0;
  2781.                                  }
  2782.                                  if(eval("\x01") == 388)
  2783.                                  {
  2784.                                     set("\x01",eval("\x01") + 537);
  2785.                                     moveon = false;
  2786.                                     end = false;
  2787.                                  }
  2788.                                  break loop0;
  2789.                               }
  2790.                               set("\x01",eval("\x01") + 246);
  2791.                               break loop0;
  2792.                            }
  2793.                            set("\x01",eval("\x01") + 181);
  2794.                            ┬º┬ºpush(┬º┬ºpop() >>> (┬º┬ºpop() | ┬º┬ºpop() === ┬º┬ºpop() >>> ┬º┬ºpop()));
  2795.                            break loop0;
  2796.                         }
  2797.                         set("\x01",eval("\x01") - 625);
  2798.                         if(eval("\x01") == 850)
  2799.                         {
  2800.                            set("\x01",eval("\x01") - 701);
  2801.                            ┬º┬ºgoto(addr5765);
  2802.                            ┬º┬ºpush(true);
  2803.                         }
  2804.                         if(eval("\x01") != 927)
  2805.                         {
  2806.                            if(eval("\x01") == 149)
  2807.                            {
  2808.                               set("\x01",eval("\x01") + 196);
  2809.                               if(!┬º┬ºpop())
  2810.                               {
  2811.                                  addr5801:
  2812.                                  ┬º┬ºgoto(addr5765);
  2813.                               }
  2814.                               set("\x01",eval("\x01") + 612);
  2815.                               ┬º┬ºgoto(addr5801);
  2816.                            }
  2817.                            if(eval("\x01") == 33)
  2818.                            {
  2819.                               set("\x01",eval("\x01") + 894);
  2820.                               if(!┬º┬ºpop())
  2821.                               {
  2822.                                  addr5822:
  2823.                                  ┬º┬ºgoto(addr5765);
  2824.                               }
  2825.                               set("\x01",eval("\x01") - 402);
  2826.                               ┬º┬ºgoto(addr5822);
  2827.                            }
  2828.                            if(eval("\x01") != 923)
  2829.                            {
  2830.                               if(eval("\x01") == 169)
  2831.                               {
  2832.                                  set("\x01",eval("\x01") + 754);
  2833.                                  if(!┬º┬ºpop())
  2834.                                  {
  2835.                                     addr5856:
  2836.                                     ┬º┬ºgoto(addr5765);
  2837.                                  }
  2838.                                  set("\x01",eval("\x01") - 923);
  2839.                                  ┬º┬ºgoto(addr5856);
  2840.                               }
  2841.                               if(eval("\x01") == 525)
  2842.                               {
  2843.                                  set("\x01",eval("\x01") - 356);
  2844.                                  ┬º┬ºgoto(addr5765);
  2845.                                  ┬º┬ºpush(true);
  2846.                               }
  2847.                               if(eval("\x01") == 957)
  2848.                               {
  2849.                                  set("\x01",eval("\x01") - 924);
  2850.                                  ┬º┬ºgoto(addr5765);
  2851.                                  ┬º┬ºpush(true);
  2852.                               }
  2853.                               if(eval("\x01") == 345)
  2854.                               {
  2855.                                  set("\x01",eval("\x01") + 612);
  2856.                                  break loop0;
  2857.                               }
  2858.                               if(eval("\x01") == 0)
  2859.                               {
  2860.                                  set("\x01",eval("\x01") + 297);
  2861.                                  xSpeed = 10;
  2862.                                  Key65 = false;
  2863.                                  Key83 = false;
  2864.                                  Key68 = false;
  2865.                                  Key70 = false;
  2866.                                  ActiBlue = true;
  2867.                                  ActiRed = false;
  2868.                                  ActiYellow = false;
  2869.                                  ActiGreen = false;
  2870.                                  ActiGris = false;
  2871.                               }
  2872.                               break loop0;
  2873.                            }
  2874.                            set("\x01",eval("\x01") - 923);
  2875.                            if(┬º┬ºpop() == ┬º┬ºpop())
  2876.                            {
  2877.                               b.Math(1);
  2878.                            }
  2879.                            if(b.random >= 2 && b.random < 16)
  2880.                            {
  2881.                               b.floor();
  2882.                            }
  2883.                            if(b.random == 16)
  2884.                            {
  2885.                               b.tmb2 += timer.blueb;
  2886.                            }
  2887.                            if(b.tmb2 >= 720 && pl == true)
  2888.                            {
  2889.                               timer.moveon -= 100;
  2890.                               b.tmb2 = -106;
  2891.                               pl = false;
  2892.                            }
  2893.                            if(b._y(timer._x) && b.gotoAndPlay == false && timer._x.blueb2 == true)
  2894.                            {
  2895.                               b.tmb2 = timer._x.tmb2;
  2896.                               timer.moveon += 350;
  2897.                               play();
  2898.                               gotoAndPlay = true;
  2899.                            }
  2900.                            if(b.random == 30)
  2901.                            {
  2902.                               b.tmb2 = 720;
  2903.                               gotoAndPlay = false;
  2904.                               b.Math(1);
  2905.                               pl = false;
  2906.                            }
  2907.                            break loop0;
  2908.                         }
  2909.                         set("\x01",eval("\x01") - 402);
  2910.                         break loop0;
  2911.                      }
  2912.                      set("\x01",eval("\x01") - 398);
  2913.                      ┬º┬ºpush(┬º┬ºpop().substr(┬º┬ºpop(),┬º┬ºpop()));
  2914.                      break loop0;
  2915.                   }
  2916.                   if(eval("\x01") == 188)
  2917.                   {
  2918.                      set("\x01",eval("\x01") - 134);
  2919.                      if(┬º┬ºpop())
  2920.                      {
  2921.                         set("\x01",eval("\x01") + 352);
  2922.                      }
  2923.                      continue;
  2924.                   }
  2925.                   if(eval("\x01") == 427)
  2926.                   {
  2927.                      set("\x01",eval("\x01") + 369);
  2928.                      break loop0;
  2929.                   }
  2930.                   continue loop4;
  2931.                }
  2932.             }
  2933.          }
  2934.          set("\x01",eval("\x01") - 181);
  2935.          if(!┬º┬ºpop())
  2936.          {
  2937.             continue;
  2938.          }
  2939.          continue loop1;
  2940.       }
  2941.       set("\x01",eval("\x01") - 235);
  2942.       break loop0;
  2943.    }
  2944. }
  2945.