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

  1. package
  2. {
  3.    import flash.display.MovieClip;
  4.    import flash.text.TextField;
  5.    
  6.    [Embed(source="/_assets/assets.swf", symbol="symbol276")]
  7.    public dynamic class DeleteButton extends MovieClip
  8.    {
  9.       public var label:TextField;
  10.       
  11.       public var bg:MovieClip;
  12.       
  13.       public function DeleteButton()
  14.       {
  15.          super();
  16.       }
  17.    }
  18. }
  19.  
  20.