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.
有没有一种简单的方法可以在不使用 FileIO Xtra 的情况下将保存游戏菜单添加到 adobe director 游戏,这样玩家就可以从上次中断的地方玩游戏。
这是一个点击式游戏,在他们玩游戏时进度会发生变化。
是的!检查setPref并getPref在手册中。
setPref
getPref
您可以阅读他们在应用程序启动时停止的点并在关闭游戏之前将其保存。可以使用一些全局变量或对象来跟踪游戏进度。
(当然你需要能够修改代码。)