I’m getting ready to purchase Corona, as I find it works very well for what I am currently needing. However, I have a general new user/programming question for anyone else who has used Corona after using standard programming.
I have a background in C/C++, so I understand the basics of Corona/Lua. However, I think my biggest hang-up is the lack of a main loop.
Without getting too existential about it, how should I go about “thinking” of the main.lua file?
Do I consider it to be similar to a main(){} without the opening and closing brackets?
I notice that items stay live throughout the process. I can draw stuff to the screen and it stays there: there is no end of the loop to terminate the program. It doesn’t kill automatically.
I guess I’m just a little foggy on how to think about the way the program works. It doesn’t flow like C/C++, so I am a little lost. What resources would be best for me to further my understanding of Lua/Corona vs C/C++?
Thanks a ton. [import]uid: 30399 topic_id: 11719 reply_id: 311719[/import]