Hi everyone. I am trying to make an interactive book that will have a chapter broken into several paragraphs that will load into dynamic text boxes.
For my first chapter, I have 3 text boxes, in which I have 3 different .txt files being called upon with 3 separate loader(); events It’s important that the .txt files are loaded dynamically so the content can be edited easily.
Is there a way to do this with array or classes so I don’t need to create and code 10 boxes for each chapter?
This has been giving me a headache for a while now.
Any help will be appreciated!