Dear Brothers,
Would someone tell me where can I download the demo shown as below? I would like to learning from simple code. Thanks in advance. :-)
* If you don't know how to use YYY feature, see the demo/test
examples (cocos2d/tests):
- For Sprites, Animations, Actions:
See the 'SpritesDemo'.
It shows how to rotate, move, scale, blink, fade, animate,
"orbit" sprites by using actions
It also shows how to transforms sprites manually.
- For LabelAtlas, TileMapAtlas, TextureAtlas or AtlasSprite:
See the 'AtlasDemo.
It shows how to use the features regarding the Atlas objects
- For Parallax Sroller:
See the ParallaxDemo.
It has 2 examples that shows how to use it.
- For Chipmunk (physics engine):
Chipmunk_Accel: shows how to use the Accelerometer, Sprites & touches.
ChipmunkDemo shows how to use most of the features of Chipmunk
- For CocosLive (High score server):
See the CocosLiveDemo.
- For effects (mesh / grid effects):
EffectsDemo: shows all the available effects
EffectsAdvancedDemo: shows how to combine different effects
- For advanced actions:
SpriteDemo: shows how to use Sequence, Spawn, reverse and CallFunc
EaseDemo: shows how to use time modifier actions