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.
我是 AndEngine 的新手。我正在制作一个游戏,我想在其中实现关卡选择。我想在所有级别上使用滑动。我知道滑动检测。但我不知道如何实现滑动效果,就像场景在变化一样。我在互联网上搜索了很多,但找不到有用的解决方案。我必须在一个场景中制作所有精灵还是制作不同的场景?有什么建议如何实施吗?
您需要创建不同的场景并在运行时更改场景使用
mEngine.setScene(myOtherScene);