Indirectly yes…
If you know LUA the learning curve for Corona is drastically shallower.
Corona uses pure LUA for logic, creating and calling functions, managing variables - basically the guts of your application.
On top of LUA you access the Corona SDK which gives you access to phone functions, audio/graphics functions, timers and events. These allow you to see, hear, and interact with your app. These functions are also in the LUA syntax but Corona specific.
In code, LUA is the brains behind your app, and Corona is the eyes, ears, and touch. [import]uid: 11393 topic_id: 14304 reply_id: 52818[/import]