Hello everybody,
I have to realize some small kids games for Android tablet. All of these games gives some points to the player and I need to read these points from outside the games. I need this because there will be another app that will list all the points received from the various games. How can I achieve this? So, this is the real question: It's possible with Construct2 to write data that could be read from "outside"? I don't think it could be possible to write to an Android content provider or database, but it could be sufficient for me to write to a text file into the filesystem.
Thank you.