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 / HelpButton.as < prev    next >
Encoding:
Text File  |  2009-10-26  |  301 b   |  17 lines

  1. package com.livebrush.ui
  2. {
  3.    import flash.display.MovieClip;
  4.    import flash.display.SimpleButton;
  5.    
  6.    public dynamic class HelpButton extends SimpleButton
  7.    {
  8.       public var helpBtn:MovieClip;
  9.       
  10.       public function HelpButton()
  11.       {
  12.          super();
  13.       }
  14.    }
  15. }
  16.  
  17.