上QQ阅读APP看书,第一时间看更新
Chapter 2. Lua Crash Course and the Corona Framework
Lua is the programming language used to develop the Corona SDK. Up until now, we have learned how to use the major resources to run the SDK and other development tools to create an application for mobile devices. Now that we have dabbled into creating a couple of lines of code that make a program work, let's jump into the fundamentals that will give you a better understanding of what Lua is capable of.
In this chapter, you will learn how to:
- Apply variables to a script
- Use data structures to form tables
- Work with display objects
- Implement functions using object methods and arguments
- Optimize your workflow
So let's get right to it.