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!
views:1628 update:2011/10/14 9:11:21
corona forums © 2003-2011