I had just updated to cocos2d 0.99.
I can't use the old transition to fade the scene.
Here is the new script for transition the scene,
but I can't get it work, why?
I just copy the script in TransitionsTest.m (Offical Sample)
[[CCDirector sharedDirector] replaceScene:[@"CCCrossFadeTransition" transitionWithDuration:2.0 scene:[MenuScene node]]];