Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 JSFL 作为在我的游戏中创建关卡的工具。大关卡的生成需要相当多的时间,但没关系。问题是每 1-2 分钟执行停止一次,Adobe 会显示一条关于我的脚本需要很长时间才能完成的烦人消息。而且我必须坐下来一遍又一遍地单击“继续”,直到脚本完成它的实际工作。有没有办法禁用这个提示信息?
找到了。
fl.showIdleMessage(false);