Hi, I am working on my first large app (a study guide), so far I have been using the composer scenes tool to make my app run, switching through different scenes as I go on. Well, I would like to insert some vocab words but I was planning on having around 500+ words. I am highly doubting that the only way to put 500 different vocab ‘pages’ in my program is by using 500 different .lua files. I am very flexible when it comes to exploring new options considering that I have looked and found no other easy way, and 500 .lua files would take an extremely long time to produce (each one having slight variations). So if there are any transition ways, besides composer scenes, please let me know, Thank you.
First ; There is only composer and storyboard .use composer cause it is the newer module . Second ; you don’t need 500 pages for different vocab words . You can easily put vocab words on the same page when you display the text just don’t make it so big . However if you want to use 500 different scenes than go ahead but it is more hassle then you need . If you do decide to go through all that trouble here is a tutorial on making a composer scene:
https://coronalabs.com/blog/2014/01/21/introducing-the-composer-api-plus-tutorial/
Keep In mind when coding to do this to every one of your scenes .
First ; There is only composer and storyboard .use composer cause it is the newer module . Second ; you don’t need 500 pages for different vocab words . You can easily put vocab words on the same page when you display the text just don’t make it so big . However if you want to use 500 different scenes than go ahead but it is more hassle then you need . If you do decide to go through all that trouble here is a tutorial on making a composer scene:
https://coronalabs.com/blog/2014/01/21/introducing-the-composer-api-plus-tutorial/
Keep In mind when coding to do this to every one of your scenes .