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

  1. package fl.controls
  2. {
  3.    public class SliderDirection
  4.    {
  5.       public static var HORIZONTAL:String = "horizontal";
  6.       
  7.       public static var VERTICAL:String = "vertical";
  8.       
  9.       public function SliderDirection()
  10.       {
  11.          super();
  12.       }
  13.    }
  14. }
  15.  
  16.