Hello,
I have been trying to implement the composer API into my project like this:
local composer = require("composer")
The problem is, when I test the program in the simulator, I get the following error:
File: module ‘composer’ not found
I thought my version of corona was too old, so I updated to the latest version, but I still have the same problem. The composer example has appeared in the Sample Code folder of Corona, but it does not work.
Have I done something wrong, or is there some way I can manually install the Composer API?