home *** CD-ROM | disk | FTP | other *** search
- package Code.LIB
- {
- public class _lq68
- {
-
- public static const KEY_LEFT:int = 37;
-
- public static const KEY_DOWN:int = 40;
-
- public static const KEY_UP:int = 38;
-
- public static const KEY_RIGHT:int = 39;
-
- public static const KEY_SPACE:int = 32;
-
-
- public function _lq68()
- {
- super();
- }
- }
- }
-