This should be an easy one…
The app that I am working on has quite a few images and I’ve placed all of the images into a subdirectory named “images”. The following is a sample line of code that I use to access an image:
local newimage = display.newImage(“images/sample.png”)
While this works to display images, I get the console warning:
WARNING: File names are case sensitive. You requested (images/sample.png). We assume you meant (sample.png)
Am I using the correct syntax? I haven’t been able to get anything else that I’ve tried to work.
[import]uid: 4418 topic_id: 383 reply_id: 300383[/import]