I’m working on this ios app project with cocos2d, and I need to create an image that looks the same as the present scene but smaller, so I wonder if there’s any way I can form an image directly from the scene with any functions?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can check this link: Cocos2d ScreenShot. It’s a small extension to make a screen shot as a 2D texture.
After you just have to create a sprite with this texture and scale it down.