Is there a way to use ChoiceScript with Android?
I already downloaded the DroidEdit for the coding part, but I want something to test it. To see if it has some error or if I type something wrong. Like the chronicle does in the PC.
Is there a way to use ChoiceScript with Android?
I already downloaded the DroidEdit for the coding part, but I want something to test it. To see if it has some error or if I type something wrong. Like the chronicle does in the PC.
Never tried testing on phone, and don’t know whether Firefox is available for phones. But just like pc, you need to open the index.html
file with a Firefox browser.
But I never know if Chronicle can test a game. AFAIK, only CS-IDE has such feature currently.
Well, in PC I test with both. Chronicle has a play button that runs the game.
I downloaded Firefox browser, but I couldn’t open the index file with it
Ehm, I’m afraid I won’t be of much help in this case.
Whenever you open the file, is there any pop up asking for “which program to open”?
Yes, but it doesn’t appear the Firefox browser.
You can manually type file path into firefox address bar.
How can I do this? I’m still new to all those things
You need to find out where your index.html is located. Just like on pc, there would be a file path. Does your phone has a file manager?
Yes, it has. And I know where it is. The index which is in the folder of mygame, right?
Yeah. To explore file tree in firefox you’ll need to type file:///storage/emulated/0
into address bar. From there find the index file. edit: you need to grant firefox read/write permission rights if your android is 6.0+
That’s for internal storage, for SD card numbers after emulated are different.
Oh, thanks!! It worked