I am using the new storyboard implementation for the first time. I have an app that is running perfectly in the simulator but when loaded to my iPad was showing blank after flashing the Default.png.
I looked through the developer support sections and found how to run the “instruments” app from Apple but nothing came of that.
After some poking around, I found that the issue was in me placing my scenes into a separate folder called “scenes”
My folder on my desktop looks like this:
app root folder/main.lua
app root folder/scenes/title.lua
app root folder/images/background.png
etc.
I thought I might have an issue with my file naming as that seems to be the most popular solution.
ex. root folder/images/topMenu ~= root folder/images/topmenu
Turns out when i moved my mainMenu.lua file out of my “scenes” folder and into the root folder it showed up working. Before I go through my entire application to move all the scenes into the root folder, I was curious if there is anything i can do to adjust the file names in code.
I’ve seen in other languages using …/ or / before a string tells the program to look directly at a root folder.
ex. …/directory/folder/image.png OR /directory/folder/image.png
Does anybody know if there might be a solution like this? Otherwise I’ll just go back and remove all my scenes from folders and place them in the root folder directly, which i know will work. It will just take me FOREVER!!! [import]uid: 14357 topic_id: 22859 reply_id: 322859[/import]