Sorry, I did not write in english correctly.
I have an alpha version. It works well on the Corona’s simulator, but game shows this runtime error in smartphone:
RUNTIME ERROR
E:\Corona Projects\Bolas2\main.lua:370:attempt to index global ‘volus’ (a nil value)
I do not know because it show error with the location of the folder.
Here there is an example of my code related to the images:
sat1 = display.newImage (“images/base_blue.png”, cen1.x+size2,cen1.y+size2)
As you can see, the direction of the images are relative.
¡Thank you!

