home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / aether.swf / scripts / Aether_fla / CUTSCENE_302.as < prev    next >
Text File  |  2008-09-11  |  1KB  |  78 lines

  1. package Aether_fla
  2. {
  3.    import flash.display.MovieClip;
  4.    
  5.    public dynamic class CUTSCENE_302 extends MovieClip
  6.    {
  7.        
  8.       
  9.       public function CUTSCENE_302()
  10.       {
  11.          super();
  12.          addFrameScript(0,frame1,1,frame2,21,frame22,22,frame23,41,frame42,42,frame43,62,frame63,63,frame64,82,frame83,83,frame84,84,frame85,92,frame93);
  13.       }
  14.       
  15.       function frame64() : *
  16.       {
  17.          stop();
  18.       }
  19.       
  20.       function frame84() : *
  21.       {
  22.          stop();
  23.       }
  24.       
  25.       function frame85() : *
  26.       {
  27.          stop();
  28.          MovieClip(parent).updo2();
  29.       }
  30.       
  31.       function frame93() : *
  32.       {
  33.          stop();
  34.       }
  35.       
  36.       function frame1() : *
  37.       {
  38.          stop();
  39.          stop();
  40.       }
  41.       
  42.       function frame22() : *
  43.       {
  44.          stop();
  45.       }
  46.       
  47.       function frame23() : *
  48.       {
  49.          stop();
  50.       }
  51.       
  52.       function frame83() : *
  53.       {
  54.          stop();
  55.       }
  56.       
  57.       function frame2() : *
  58.       {
  59.          stop();
  60.       }
  61.       
  62.       function frame43() : *
  63.       {
  64.          stop();
  65.       }
  66.       
  67.       function frame42() : *
  68.       {
  69.          stop();
  70.       }
  71.       
  72.       function frame63() : *
  73.       {
  74.          stop();
  75.       }
  76.    }
  77. }
  78.