Corona SDK Screen manager class

Following on from my previous post and my experiences with Lua & the Corona SDK, in the development of my current game I have created a simple manager class for transitioning screens when user input defines a screen change resulting in a needed transition. The class is very simple and implements the Singleton pattern I [...]

Posted in Games, Lua | Tagged , | Leave a comment