Questions tagged [cocos2d-extensions-ios]

Extensions and additions for the Cocos2D-iPhone Engine

SDK: Download here

Major Extensions Used:

« CCMenuAdvanced - CCMenu subclass with additional features: relativeAnchor, more align options, priority property, scrolling with swipe/trackpad/mousewheel

« CCMenuItemSpriteIndependent - CCMenuItemSprite Subclass, that doesnt add normal/selected/disabled images (sprites) as children. It retains them and delegates rect & convertToNodeSpace: methods to normalImage_. So it's possible to use CCSpriteBatchNode & add position sprites of menuItem anyway you want.

« CCVideoPlayer - Simple Video Player for Cocos2D apps.

« CCBigImage - Dynamic Tiled Node for holding Large Images.

« CCSlider - Little Slider Control to allow the user to set the music/sfx/etc level in the range of 0.0f to 1.0f.

« CCSendMessages - CCActionInstant subclass, that is more flexible than other CCActions that run functions. Can be used in many cases as blocks replacement.

« CCScrollLayer - CCLayer subclass that lets you pass-in an array of layers and it will then create a smooth scroller. Complete with the "snapping" effect.

« FilesDownloader - Downloader for a group of files with shared source path.

« TMXGenerator - Class that generates a single TMX map with multiple layers.

« CCLayerPanZoom - CCLayer subclass that can be scrolled and zoomed with one or two fingers (complete with rubber effect, two modes & ability to click through delegate).

3 questions
1
vote
0 answers

Can't install cocos2d extensions

I have cocos2d installed and working, but can't install cocos2d extensions. I saw a a lot of tutorials from google and videos from youtube without success, I always get missing files error. I follow the tutorials step by step. First I delete the…
Alex
  • 81
  • 1
  • 7
0
votes
1 answer

Cocos2D iPhone Extensions v0.2.1: CCMenuAdvanced warning: CCMenu may not respond to initWithItems:vaList: Should I be concerned?

Looked in the CCMenu.h and it looks like it responds to the exact method Xcode (4.5.2) is saying it doesn't respond to. I've tried overriding the method and extending CCMenu, but it always throws the same message. When I build and run my project,…
baptzmoffire
  • 589
  • 2
  • 4
  • 20
0
votes
1 answer

Use of undeclared identifier in Cocos2D-iphone extension class CCScrollLayer

Downloaded the CCScrollLayer Cocos2D extension from here: https://github.com/cocos2d/cocos2d-iphone-extensions/tree/master/Extensions/CCScrollLayer Not sure how much it matters, cuz I think this is more of an OpenGL question, but the intent of the…