ReferenceError:错误#1065:未定义变量NativeApplication

时间:2017-02-23 12:11:08

标签: flash actionscript adobe

  

ReferenceError:错误#1065:变量NativeApplication不是   定义

在我导入relavnet包时显示:import flash.desktop

 import ISC.*;
    import flash.desktop.*;
    import flash.events.*;
    import flash.ui.*;

    public class Back_lst extends Object
    {
        public function Back_lst()
        {
            Game.gameLink.addEventListener(Event.DEACTIVATE, this.exit2_fnc);
            Game.gameLink.addEventListener(Event.ACTIVATE, this.return_fnc);
            NativeApplication.nativeApplication.addEventListener(KeyboardEvent.KEY_DOWN, this.exit_fnc);
            return;
        }// end function

0 个答案:

没有答案