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

  1. package
  2. {
  3.    import flash.display.MovieClip;
  4.    import flash.text.TextField;
  5.    
  6.    [Embed(source="/_assets/assets.swf", symbol="symbol267")]
  7.    public dynamic class SetButton extends MovieClip
  8.    {
  9.       public var label:TextField;
  10.       
  11.       public function SetButton()
  12.       {
  13.          super();
  14.          addFrameScript(0,this.frame1);
  15.       }
  16.       
  17.       internal function frame1() : *
  18.       {
  19.          stop();
  20.          stop();
  21.       }
  22.    }
  23. }
  24.  
  25.