cocos2d-iphone-extensions icon indicating copy to clipboard operation
cocos2d-iphone-extensions copied to clipboard

3rd party extensions for cocos2d-iphone

Results 50 cocos2d-iphone-extensions issues
Sort by recently updated
recently updated
newest added

- fixed pull request (to the right location) - Fixed problems with previous pull request https://github.com/cocos2d/cocos2d-iphone-extensions/pull/33

I have added functions to the CCSlider, now it is able to show the amount the slider has progressed as the thumb is moved. I am just taking a color...

When the scene is transitioning in, if the user touches on the screen, ccTouchesBegan is not called, but ccTouchesMoved is called. This causes a NSRangeException to be thrown, because _touches...

If other layer swallow the touch, [self.touches count] will equals 0. Then line 289 will cause a crash.

First let the handler claim it, then cancel it on the rest of the handlers. I came across a bug when a hade a handler that worked as a proxy...

If the same file path is added twice to the same FilesDownloader instance, the first one will begin to download and add data to the .tmp file, then the second...

Hi,i want to scroll at particular portion only,and not all the layer.Can we set the content size to the ccscroll layer.Please give some solutions from past one week am working...

hi..... i want to copy my iphone files to computer without jail-breaking my iphone. i had tried iphonebrowsercode but only able to access few files, some file are remaining how...

Delegate should receive scrolledToPageNumber message after user scrolls to new page but it is not sent. ### How to reproduce - ScrollLayer starts showing page 1, set selectPage:1 - Scroll...

I suggest making it more like the UIScrollView that paging is optional, so the scroll view can be scrolled pixel by pixel instead of page by page.