Reader small image

You're reading from  Corona SDK Mobile Game Development: Beginner's Guide

Product typeBook
Published inMar 2015
Publisher
ISBN-139781783559343
Edition1st Edition
Tools
Right arrow
Author (1)
Michelle M Fernandez
Michelle M Fernandez
Right arrow

The Composer API


The Composer API provides an easy solution for developers to control scenes with or without transitions. This is a great scene-management library to display menu systems and even managing multiple levels in a game. Composer also comes with a variety of transition effects. More information can be found on the Corona Docs at http://docs.coronalabs.com/api/library/composer/index.html.

Our scene management will look similar to the scene template displayed at http://docs.coronalabs.com/api/library/composer/index.html#scene-template.

Game development with the Composer API

You may wonder how we're going to apply Composer with Egg Drop. It's really simple. We'll have to alter some lines in our game code to make it compatible with Composer and create some new scenes for the menu system that is applied before game splay.

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Corona SDK Mobile Game Development: Beginner's Guide
Published in: Mar 2015Publisher: ISBN-13: 9781783559343

Author (1)