iphone - How to draw Custom lines on touch move in Cocos2D in iOS? -


i developing puzzle game.

in game have draw custom lines on touch began touch end points. searched lot, tutorials or links tell how can use drawline method line drawing.

drawing line on touches moved in cocos2d 1 of them, want draw custom lines on background sprite. 1 can tell me there method in cocos2d use texture image line drawing.

if possible please refer me link.

try using ccribbon draw textured line

edit expand

i thought i'd looked :-) code should adaptable needs non ccribbon method (though won't smooth multiple ccribbon's)


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -