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.
我正在开发游戏,我想在移动屏幕上显示警报消息以选择是或否。但我只能在 CoronaSDK 中找到 native.alert
local alert = native.showAlert( "Corona", "Dream. Build. Ship.", { "OK", "Learn More" } )
有没有办法像愤怒的小鸟和其他游戏一样显示对话?或者任何一种方式在电晕中创建一个自彩色对话框?
使用警报视图是不可能的。为此,您必须使用图像和按钮创建自定义弹出视图。如果您在项目中使用故事板,我建议您查看storyboard.showOverlay(链接) 。
storyboard.showOverlay