Does Corona have an INCLUDE statement. Searched for it but didn’t return anything.
Include as in include other .lua files in the build ?
[import]uid: 18609 topic_id: 12311 reply_id: 312311[/import]
Does Corona have an INCLUDE statement. Searched for it but didn’t return anything.
Include as in include other .lua files in the build ?
[import]uid: 18609 topic_id: 12311 reply_id: 312311[/import]
no include, are you trying to include - in line code -or just include code from another module.
In any case the correct item in lua is “require”
look for require, kind of the same… Also if you require in something in the main module, it seems as it “includes it in the rest of your app”.
Good luck.
Larry DoubleSlashDesign [import]uid: 11860 topic_id: 12311 reply_id: 44819[/import]
many thanks
[import]uid: 18609 topic_id: 12311 reply_id: 44844[/import]
You probably want to check out this site…
http://lua-users.org/wiki/TutorialDirectory [import]uid: 58455 topic_id: 12311 reply_id: 44855[/import]
Fantasic - just what i needed! [import]uid: 18609 topic_id: 12311 reply_id: 44863[/import]