Hi,
What is the recommended way to do basic clipping with cocos2d?
I am developing a tab control for an educational product and I want the items on a tab page to be clipped by that tab page. So any CCSprites on the CCNode that IS the tab page should be clipped to that CCNode?
Any help would be appreciated ...