home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Livebrush / Install-LivebrushLite.air / livebrush.swf / scripts / ControlNodeAsset2.as < prev    next >
Encoding:
Text File  |  2009-10-26  |  588 b   |  31 lines

  1. package
  2. {
  3.    import flash.display.MovieClip;
  4.    
  5.    [Embed(source="/_assets/assets.swf", symbol="symbol291")]
  6.    public dynamic class ControlNodeAsset2 extends MovieClip
  7.    {
  8.       public function ControlNodeAsset2()
  9.       {
  10.          super();
  11.          addFrameScript(0,this.frame1,1,this.frame2,2,this.frame3);
  12.       }
  13.       
  14.       internal function frame1() : *
  15.       {
  16.          stop();
  17.       }
  18.       
  19.       internal function frame2() : *
  20.       {
  21.          stop();
  22.       }
  23.       
  24.       internal function frame3() : *
  25.       {
  26.          stop();
  27.       }
  28.    }
  29. }
  30.  
  31.