I would like to have a preloader, which displays text from a text file in random order. So let's say I have 15 lines of text in the file, and the preloader displays one randomly each 3 sec (till the App is loaded).
I only found a solutions where you always need to recompile the preloader when the text file changes...that's what I want to avoid. Any ideas?
Thx, Martin