it doesnt seem to be loading the main.lua file at all
i made a new main.lua file in a different folder in the corona folder with a different text editor
[blockcode]local bg1 = display.newRect( 0, 0, 320, 480 )
bg1:setFillColor ( 255, 255, 255 )
[/blockcode]
and it works
but if i change it to this
[blockcode]local bg1 = display.newRect( 0, 0, 320, 480 )
bg1:setFillColor ( 255, 0, 0 )
local letter_J = display.newImage ( “j2.png”, 160, 240 )
[/blockcode]
the display changes to red but the image will not show
j2.png was saved as a png-24 file from photoshop [import]uid: 7911 topic_id: 2682 reply_id: 7882[/import]