home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Never_End.swf / scripts / bt_c.as < prev    next >
Encoding:
Text File  |  2008-09-23  |  639 b   |  37 lines

  1. package
  2. {
  3.    import game.Button;
  4.    
  5.    [Embed(source="/_assets/assets.swf", symbol="bt_c")]
  6.    public dynamic class bt_c extends Button
  7.    {
  8.        
  9.       
  10.       public function bt_c()
  11.       {
  12.          super();
  13.          addFrameScript(0,frame1,5,frame6,11,frame12,17,frame18);
  14.       }
  15.       
  16.       internal function frame18() : *
  17.       {
  18.          stop();
  19.       }
  20.       
  21.       internal function frame12() : *
  22.       {
  23.          stop();
  24.       }
  25.       
  26.       internal function frame6() : *
  27.       {
  28.          stop();
  29.       }
  30.       
  31.       internal function frame1() : *
  32.       {
  33.          stop();
  34.       }
  35.    }
  36. }
  37.