问题标签 [ccscrolllayer]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c++ - 在一个图层中添加 2 个 CCScrollLayer 时无法滚动
我在这里为我的 cocos2d-x 项目(版本 2.2.2)使用CCScrollLayer文件。
我对它们进行了调整,使其可以垂直滚动。我遇到了一个问题:当我在一个图层中添加两个 CCScrollLayer 时,我只能滚动添加的最后一个 CCScrollLayer。
这是我的代码:
我将包含两个 CCScrollLayer 的图层添加到场景
我在一个图层中添加 SlideCharacter1 和 SlideCharacter2(选择CharacterLayer),但只有 SlideCharacter2 可以滚动
.