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.
我想用 Adobe AS3 创建一个关于菜单
我的应用程序完成了,我只想在按下 android 设备菜单键时弹出一个小窗口或 android 菜单。
我可以通过使用事件侦听器来调整符号的不透明度吗?
stage.addEventListener(KeyboardEvent.KEY_DOWN, handleKeyDown); stage.addEventListener(KeyboardEvent.KEY_UP, handleKeyUp);
提升键时调整符号参数以显示隐藏的内容。