Hi everyone,
I created this quizgame to run on the flash projector. It loads each question from an external .txt file with several text fiels inside: the question itself, four possible answers, and an extra field with the correct answer (which is invisible to the player).
The text is written in portuguese, with all its anoying special characters, which load perfectly. It all works exactly as I wanted except for a small detail, it won’t load special symbols such as %.
I have read more than 30 threads in these forums about issues regarding loading external text using this method, I already included the System.useCodepage = true;
piece of code and saved the .txt file under all the 4 options.
I just ran out of ideas. Anyone with new ones?
thanks in advance
RF