cocos2d Transition Issues – ” undeclared (first use in this function)

Just a short post. I was trying to get a simple transition working using some code similar to below this: [[Director sharedDirector] replaceScene:[RotoZoomTransition transitionWithDuration:1.0 scene:[PlayScene node]]]; Oddly enough I was getting an error: ‘RotoZoomTransition’ undeclared (first use in this function) Although it was really quite obvious, I didn’t see the issue and on searching the … Continue reading cocos2d Transition Issues – ” undeclared (first use in this function)