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.
请看图片。如何在 cocos2D 游戏中创建这样的自定义滚动层?我使用 CCScrollLayer 但一次滚动一页。我只想在滚动时滚动一个精灵。
是否可以对 CCScrollLayer 做同样的事情?如果不是那么我该怎么做?
我通过在我的 cocos2d 场景顶部覆盖 UIScrollView 然后遵循这个答案来实现类似的事情。我喜欢在 CCScrollLayer 上使用 UIScrollView,因为你会得到很好的反弹,而且在 cocos2d 2.0 中添加 UIKit 对象并不难。
以小于帧大小的增量分页 UIScrollView