Hi everyone,
I'm building a game using C2 and the game has 3 spriter object.
My game has 4 layout, including 1 loading layout (first layout). The problem is, when I open index.html file, there was a time (~10s in my computer and network) with black screen, then loading layout shows up.
I've checked Net console in Firebug and found out that spriter's images always loaded first, then come other images. Even if I init spriter object in the 2nd or 3rd layout, result are same. So I think the main cause is spriter objects be loaded first. :'(
Please help me. Has anyone experienced this situation? How to prevent black screen while loading?