Questions tagged [ccscrollview]
18 questions
0
votes
1 answer
CCScrollView does't receive touches (Cocos2d V 3.0)
I try to add CCScrollView with paging (cocos2d- iphone v3.0). But it's not working.
It doesn't call any delegate methods (for example scrollViewDidScroll:).
CCNode *cards = [CCNode node];
for (int i = 0 ; i < 3; i++) {
CCLabelTTF *label =…

Kikiki
- 71
- 5
0
votes
1 answer
CCScrollView Detecting Paging iOS
I'm using CCScrollView to create a paging level select screen that is popular in many puzzle games. However, I would like to be able to detect when paging occurs. Right now, my code creates a paging view exactly as I want it to, however, I am not…

ahicks
- 1
- 1
0
votes
2 answers
CCScrollView not swallowing touches in cocos2dx
I'm using a CCScrollView in a pop-up tab which overlaps some existing controls on the screen. The problem is that although the CCScrollView is responding correctly to touches, the touches are not being swallowed, so that the controls underneath it…

Eric
- 21
- 6