My main.lua file is in the base folder along with an image named “TOT-Game2.png”.
I can load this image with no problem with this statement:
local playfield = display.newImage(“TOT-Game2.png”)
Then, within the base folder I created a subfolder named “Images” and moved “TOT-Game2.png” into the “Images” subfolder.
Then I change the previous statement to:
local playfield = display.newImage(“Images/TOT-Game2.png”)
The image is successfully displayed but I get this warning: Why?
WARNING: File names are case sensitive. You requested (Images/TOT-Game2.png). We assume you meant (TOT-Game2.png). However, on the device, this file may not load properly.
[import]uid: 295 topic_id: 1342 reply_id: 301342[/import]