Book Image

Corona SDK Mobile Game Development: Beginner's Guide

By : Michelle M Fernandez
Book Image

Corona SDK Mobile Game Development: Beginner's Guide

By: Michelle M Fernandez

Overview of this book

Table of Contents (19 chapters)
Corona SDK Mobile Game Development Beginner's Guide Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

What are image sheets?


Corona SDK includes an image sheet feature to construct animated sprites (also known as sprite sheets).

Note

For more information on image sheets, refer to the following link at http://docs.coronalabs.com/guide/media/imageSheets/index.html.

Image sheets are an efficient way to save texture memory. They are recommended for complex character animation or when numerous types of animations are involved.

Image sheets require more coding and have more of an advanced setup. They require the construction of a large sheet of animation frames.