Tagged Questions
2
votes
2answers
200 views
Moving 2d camera in the y direction
I'm developing a simple game for the iphone and am struggling to work out the best way for the camera to follow the main character. The following picture hightlights the three main components:
...
0
votes
1answer
477 views
How do I open the camera in a CCScene node in a Cocos2D application?
I am new to Cocos2D and I can't find the way to open the camera from the library. I want to open the camera in the my game, can any one help me with with this?
Thank you in advance.
3
votes
2answers
1k views
Implementing camera for 2d side scroller game?
I'm implementing a 2D side scroller for iOS (using C/C++ with OpenGL) (beat'em up style like double dragon/final fight ).
My scenes are composed of one cyclical background image ( the end of the ...