 gameprogrammer45 | Hey , I want to do swipe cut like in the game CutTheRope ? how should i do it ? I have two platforms connected with one string and I want to give that swipe cut effect ? Platforms I have taken as CCMenuItemSprite and also those string which are connected … I was trying override cctouchesbegan , cctouchesmoves …. but when I have taken CCMenuItemSprite it goes in its call back and does not come in cctouches function ? Why is that so ? What should I do to make swipe cut effect ?? |
 Nat Weiss | Are you looking for something like CCBlade? https://github.com/hiepnd/CCBlade http://www.cocos2d-x.org/boards/6/topics/4632 |