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

Subj, should be round.

BUG
develop branch
2.x cocos2d

Steps to reproduce issue scrollLayer = [[CCScrollLayer alloc] initWithLayers:someLayers widthOffset:0]; [scrollLayer selectPage:1]; [scrollLayer setDelegate:self]; [self addChild:scrollLayer]; - (void) scrollLayer: (CCScrollLayer *) sender scrolledToPageNumber: (int) page { NSLog(@"Delegate called"); } Since...

When swiping, all's fine, but if I call moveToPage, this method isn't always passing the correct page number to the delegate. I added a line to the top of the...

Right now only horizontal & verticall alignment is setting CCMenuAdvanced's contentSize. To change full behavior of CCMenu into CCMenuAdvanced rows and columns alignment methods should be changed. It's pretty simple,...

Enhancement

I'm not sure but I'm trying to resume the video that I've added to the intro part of my game and seems that CCVideoLayer class does not have this feature....

Currently only Landscape Left & Landscape Right are supported.

Enhancement
develop branch

Currently there are no methods to control the volume of the video to match the application/game, so having some means to keep the video on mute/unmute according to the game...

There are no methods to enable and disable touches.

Subj. Discussion: http://www.cocos2d-iphone.org/forum/topic/17464

Enhancement

I would love to be able to easily set the size and position of a CCVideoplayer during initialisation.

Enhancement