Project1

标题: 一个小问题 在线等 急 [打印本页]

作者: everlose    时间: 2016-8-30 15:08
标题: 一个小问题 在线等 急
是这样的 我做了一个窗口 主要是显示一些信息  信息不重要  我的问题是 怎么在安卓环境退出窗口

我的代码如下:

  1. Scene_UAN.prototype.update = function() {
  2.     if (Input.isTriggered('escape') || Input.isTriggered('cancel') || Input.isTriggered('touchcancel')) {
  3.         this._commandWindow.hide();
  4.         SceneManager.goto(Scene_Map);
  5.     }
  6. };
复制代码



我们都知道在一些说明和案例中都是要求用户点ESC推出  但如何模仿游戏本身   鼠标右键 或者安卓双指点击屏幕的方式退出 或返回上级菜单 麻烦知道的说明下 谢谢
作者: xjzsq    时间: 2016-8-30 15:29
你可以去看一下默认的脚本,看看他怎么写。




欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1