I have simple CCAnimation loading from playlist, and when i test it on emulator everything is OK, but when test on device animation didn’t play?
Can some body tell me where will be the problem?
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.
Remember that device is key sensitive, so if your file real name is MyAnimation.png then loading myanimation.png works on the simulator but NOT on device.
Anyway, as YvesLeBorg said, some code or log will help.