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?
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?
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.