Hi,
first of all thank You, I follow you since klik & play came out, your software is amazing and the release of the xna extension is a wonderful news.
I've developped few games for xna already and I have some questions about the exporting of the project that may need of some adjustment.
first of all i tried to export a simple platform game i developped with many active object with several animations, i've noticed that each frame is a single images, is a good thing?
in a older project all coded in c#, i was forced to use animation strips for two reason the first is the ram of the 360 that is really low, the second one were the loading time that if there are a lot of images stretches to a really long and painful waiting times, your extension how does manage the loading of all this images?
in that case could be possible to have an update where the active object are exported in animation strip and interpreted by the xna extension?
second in the process of switching frame levels there is the chance to put a loading screen?
if yes how?