1

Anyone know how to use CCScrollView(vertical scrolling) and CCMenu together in cocos2d?Also can we use CCScrolllayer instead of CCScrollView or which on is better to use in cocos2d? Thanks in advance

Ashok
  • 5
  • 4

2 Answers2

0

vontio has posted a solution in cocos2dx here

Abhineet Prasad
  • 1,271
  • 2
  • 11
  • 14
0

For cocos2d-iphone I would recommend CCScrollLayer ( which is part of cocos2d extensions: https://github.com/cocos2d/cocos2d-iphone-extensions

Right now CCScrollLayer only supports horizontal movement but it shouldn't be much difficult. Have a look at ccTouchMoved and try updating y co-ord (instead of x).

nomann
  • 2,257
  • 2
  • 21
  • 24