Hello,
it's been a while now since I'm using this great tool that is C2 and I've decided to join the forum ( although I'm reading it frequently ). The reason is I would very much appreciate your advise in a matter: so I have this (sort of) app here: bit.ly/11qwhRT that is targeting iPad users. It's not a complicate thing in terms of features. However, I have a problem with the amount of images and animations I need to use: the total size is pretty much for a mobile platform ( ~68MB for the .ipa ). All of my animations are made of png frames. So, there are two big problems here:
1. the sound behavior is inconsistent. As an example: if I start the app and scroll to stage 28, sometimes the narration is working, sometimes is not. Up to that stage, it works, after that stage it doesn't. This always happens on iPad, NEVER on a PC. As a note, I'm using phonegap for wrapping the app. ( cocoon is not acceptable because it's impossible to ditch their splashscreen and appMobi is not an option as the app's size is > their limit: 25 MB ).
2. the app gets pretty jumpy after going through...~15 stages or so and I'm assuming the amount of memory needed to run gets low. Is there anything I can do to optimize or even re-factor the animations? I must say I red about everything I was able to find about optimizations ( specially for the mobile platforms ) over the website and this forum and applied.
Any advise would be much appreciated.
Thanks!