home *** CD-ROM | disk | FTP | other *** search
- function catchKey()
- {
- var _loc2_ = Key.getCode();
- Key.removeListener(this);
- var _loc0_ = null;
- if((_loc0_ = _loc2_) !== 66)
- {
- Key.addListener(this);
- }
- else
- {
- gotoAndPlay(61);
- }
- }
- textOptions.btnBack.onPress = function()
- {
- this.enabled = false;
- gotoAndPlay(61);
- };
- Key.removeListener(this);
- Key.addListener(this);
- this.onKeyDown = catchKey;
-