Hi!
I'm wondering if it's possible to download images into C2 file folder.
The mechanic is:
From a C2 game (wrapping in Android apk with XDK)
->Download image files from server
->Save into file folder of C2
Then, when the game need it:
->Sprite -> Load Image from URL: "ID_IMAGE.jpg"
Maybe it's possible to save image from sprite into file folder, during the game ?
If it would be possible, I can do this:
-> Sprite -> Load Image from URL: "http://www.server.com/ID_IMAGE.jpg"
-> Save img from sprite into c2 file folder
Then: Sprite -> Load Image from URL: "ID_IMAGE.jpg"