
Share Your Code
Browse Code
- All (906)
-
(94)
-
(85)
-
(44)
-
(4)
-
(42)
-
(136)
-
(21)
-
(41)
-
(13)
-
(65)
-
(151)
-
(210)
Corona Game Template by Ziray Studio Labs
The template includes example code for:
Display groups
Orientation and accelerometer
Touch with buttons
File reading
Example level file for scripting game play
The template separates functionality into modules for an object oriented approach.
http://www.mikeziray.com/2010/06/27/corona-game-template-in-lua/
If you find the template useful, please consider buying a copy of our current application to support us. It’d mean a lot. Also, check out our company website if you’re an iPhone programmer as we’re looking to bring on some independent programmers.
- Type:
Hi.
I've started to set my game up using this but I'm starting to get confused with what code should be going where.
I have a working prototype Menu with animated BG and separate Title / Character image as well as menu buttons. These buttons call slide over semi transparent screens.
Now these currently work in the single function / file and I'm getting close to having them work in the MVC but I getting a little lost.
How do I prevent things being constantly called and how do I get rid of things once they are off screen and other questions...??
Any help would be appreciated.