HI everybody,
I cannot seem to display an image to the corona simulator.
Here is my script:
–
– main.lua
–
– local myImage = display.newImage( “dog” )
Nothing shows up/no error messages.
The pic is png and is in the same folder as my main.lua script.
I have tried renaming the file dog.png,saving and relaunching the project.
Please could someone guide me in the right direction?
Thanks.