I just posted the link
Dropbox - ITS1015 - Simplify your life
Hi again.
Thanks.
I found out two issues in your project and after fixing them I was able to deploy to my Android phone.
Issues:
- Your code is referencing a statusMsg text field. But in your FLA the text field is called StatusMsg (with capital S). So I changed the text field name in the fla to statusMsg;
- Your JSON file is not human readable or corrupted. If you try to open it in a text editor like Visual Studio, you're gonna get a message telling you that it is either binary or uses an unsupported text encoding. So I created a temp JSON file called questions_temp.json to test the game.
Another thing I had to do was to include the data folder that contains the JSON files like I described in comment #7.
Here is a link with the corrected files and structure, and also with an APK if you want to test in a Android device right away.
PierreLawsonGame.zip - Google Drive
I hope this helps.
Regards,
JC