Ok for the composer template, where do I put what? Like where do I put functions and variables and backgrounds? And do I insert EVERY scene variable? Also when do I call the established functions in the level code? I may get more questions. Thanks ALOT!!! This is the only thing that’s holding back my app release.
There are multiple tutorials on Composer, guides and other resources to get you started:
Tutorial: http://coronalabs.com/blog/2014/01/21/introducing-the-composer-api-plus-tutorial/
Guide: http://docs.coronalabs.com/guide/system/composer/index.html
Documentation: http://docs.coronalabs.com/api/library/composer/index.html
Scene Template: (Commented as to explain what goes where)
And in the Sample code: SampleCode/Interface/Composer
is an example on how to do this.
There are multiple tutorials on Composer, guides and other resources to get you started:
Tutorial: http://coronalabs.com/blog/2014/01/21/introducing-the-composer-api-plus-tutorial/
Guide: http://docs.coronalabs.com/guide/system/composer/index.html
Documentation: http://docs.coronalabs.com/api/library/composer/index.html
Scene Template: (Commented as to explain what goes where)
And in the Sample code: SampleCode/Interface/Composer
is an example on how to do this.