home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Frizzle_fraz.swf / scripts / Code / LIB / _lq68.as < prev    next >
Encoding:
Text File  |  2008-09-26  |  414 b   |  23 lines

  1. package Code.LIB
  2. {
  3.    public class _lq68
  4.    {
  5.       
  6.       public static const KEY_LEFT:int = 37;
  7.       
  8.       public static const KEY_DOWN:int = 40;
  9.       
  10.       public static const KEY_UP:int = 38;
  11.       
  12.       public static const KEY_RIGHT:int = 39;
  13.       
  14.       public static const KEY_SPACE:int = 32;
  15.        
  16.       
  17.       public function _lq68()
  18.       {
  19.          super();
  20.       }
  21.    }
  22. }
  23.