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

  1. package com.livebrush.ui
  2. {
  3.    import flash.display.MovieClip;
  4.    import flash.display.SimpleButton;
  5.    import flash.display.Sprite;
  6.    
  7.    [Embed(source="/_assets/assets.swf", symbol="symbol357")]
  8.    public dynamic class LayerPropsUI extends Sprite
  9.    {
  10.       public var upBtn:SimpleButton;
  11.       
  12.       public var flatBtn:SimpleButton;
  13.       
  14.       public var _blendInput:TypeInputVertical;
  15.       
  16.       public var copyBtn:SimpleButton;
  17.       
  18.       public var _alphaInput:PropInputVertical;
  19.       
  20.       public var _colorInput:ColorInput;
  21.       
  22.       public var _tintInput:PropInputVertical;
  23.       
  24.       public var removeBtn:SimpleButton;
  25.       
  26.       public var downBtn:SimpleButton;
  27.       
  28.       public var addBtn:MovieClip;
  29.       
  30.       public var _layersList:RichListUI;
  31.       
  32.       public function LayerPropsUI()
  33.       {
  34.          super();
  35.       }
  36.    }
  37. }
  38.  
  39.