- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Michelle M. Fernandez
- 124字
- 2021-07-23 19:37:17
Chapter 2. Lua Crash Course and the Corona Framework
Lua is the programming language used to develop on the Corona SDK. So far, you have learned how to use the major resources to run the SDK and other development tools to create an application on your 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 to it.
推薦閱讀
- C# 2012程序設計實踐教程 (清華電腦學堂)
- Oracle從新手到高手
- Java Web基礎與實例教程(第2版·微課版)
- 深入淺出Spring Boot 2.x
- Learning Apache Kafka(Second Edition)
- 信息技術應用基礎
- Keras深度學習實戰
- SQL 經典實例
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Learning AWS
- Unity 2018 Augmented Reality Projects
- CRYENGINE Game Development Blueprints
- UX Design for Mobile
- WebStorm Essentials
- Python Digital Forensics Cookbook