I’ll try to help you monkey, but I warn you that I’m pretty stupid.
First of all, exactly what message do you get? Does it say something like this?:
Couldn’t load URL: scenes/animal.txt [Exception… “Access to restricted URI denied”
Also, when does it say permission is denied? Immediately when you start the game or after at least one button click?
I’m going to go ahead and guess that you got an error message like what I put above, and that your first scene, startup, ends really soon. If so, then the game doesn’t have anywhere to go next. The way it’s set up when you download it, the next notepad thing it tries to read is animal.txt. Using the “*finish” command too early can do that. Maybe you are ending all your #choice options with a “*finish”? As far as I can tell, the only way to get out of #choice things without changing scenes is to use the “*goto” and “*label” commands. I say this because I ran into the same issue, sort of, when I started recently. Note that just using label and goto can make your stuff ugly, hard to read, and prone to coding mistakes. Use nested "#choice"s too, and by nested #choice I mean a #choice that, like *finish and *goto, lies inside of some other #choice. Choice-ception.
If it immediately gives the error message when you start the game, then it probably isn’t finding a startup.txt notepad document in your scenes folder, but I’m pretty sure you have one there from what you said.
Keep in mind that I have no idea what I am talking about, as I am new too, but it should be at least easier for smarter people to figure out what’s wrong if we can get the exact error message and stuff. If worse comes to worst, you can just put your game into a zip file and let someone download and look at it.