I copied the source code that produced the image on the right from a book and I got the image on the left when I ran the code in my CORONA simluator. What is wrong pleaseeee??? Here is the pix and d asset and the code.
Here is the source code:
local background = display.newImage( “glassbg.png”, true )
local image01 = display.newImage( “moon.png”, 110, 30 )
local image02 = display.newImage( “moon.png” )
image02.x = 160; image02.y = 200
image03 = display.newImage( “moon.png” )
image03.x = 160; image03.y = 320