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 / ScrollBarDirection.as < prev    next >
Encoding:
Text File  |  2009-10-26  |  292 b   |  16 lines

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