lua scripts not in apk!

Hi

I call functions from main.lua in a other lua script, which I put in the scripts folder of corona (C:\Program Files\Corona Labs\Corona SDK\Resources\Scripts). In SDK this works very good, but when I build a app, theres a error not finding the scripts.

How can I integrate these scripts in a apk?

Thanks

Olivier

Please share code, showing what you are doing.  You’ve probably got a syntax error or a case error.

formatyourcode.jpg

As <roaminggamer> said, my first thought was “\Scripts” vs. “\scripts”.

Found the solution: place the scripts folder in the project folder… Sorry… Olivier

Please share code, showing what you are doing.  You’ve probably got a syntax error or a case error.

formatyourcode.jpg

As <roaminggamer> said, my first thought was “\Scripts” vs. “\scripts”.

Found the solution: place the scripts folder in the project folder… Sorry… Olivier