Hello, I want to create a guide for a game. This guide would only consist of menus, graphics, text etc. I started with Corona a few hours ago. I have a few questions:
-
Is Corona the best way to go for me? I read that Corona is simple and easy to learn but has its cons. As my guide-app would be extremely simple (requires no physics etc.), I thought Corona was suiting
-
I worked through the first beginning tutorials, but I’m not interest in making games at all. Are there specific tutoruials on how to make a “good menu”? My guide would be like that:
a) Main Menu: the buttons of each category (enemies, biomes etc.)
b) Optionally, in each category there can be sub-categories (further buttons)
c) Text and images shall be visible and well placed within the app
What I also need is
-
scrolling (if text is too long to display)
-
maybe “arrows” (<— , —>) to move to the next “page”
-
using images and placing them properly
What I already “know”
-
how to configure build.settings and config.lua (very limited knowledge, first tutorials)
-
how to work with images (very limited knowledge, first tutorials)
-
how to add text (very limited knowledge, first tutorials)
-
how to make a “tab” (extremely limited knowledge, skipped through a youtube video)
I’ve already skipped through a few videos, but I wanted to ask you for proper help first, so I don’t waste time in making my app
-
Are there open source projects that I could use (as templates) to create my app? If so, I’d prefer for Corona, as it seem to be easy. If I need to use Java, Javascript, etc., it wouldn’t be too much of a problem either, because I’m probably going to (attempt to) learn these languaes sooner or later anyway
-
Is there anything I need to be aware of to make my app working on both Android and iOS?
If you need further information/details, let me know. Thank you!