A short note about Particle Candy on Windows

If you’d like to use Particle Candy or any of the samples provided with the Windows version of the Corona SDK or on a non iOS device, there are a few details to keep in mind:

  • Uncomment the display.setStatusBar line on top of the sample codes.
    This command is not recognized by non iOS machines, so simply comment it out, if this line should exist.

  • Place the library file in the same folder where your main.lua resides.
    Do not forget to change the require("…/lib_text_candy") line on top of your code to require(“lib_text_candy”) then.

  • That should be all you have to do. Have fun!

[import]uid: 10504 topic_id: 5710 reply_id: 305710[/import]