Hi everyone,
I built a simple game by using Corona. I have a interesting problem. When you open the game first time after you install it via iTunes, background image of the game comes on everything(buttons, logos…).
The first lines in main.lua:
display.setStatusBar( display.HiddenStatusBar )
background = display.newImage(“mainBackground.png”,0,0)
After first launch everything go normal. The problem is only for first launch. What can the problem be? I thought if API has a depth system, maybe I can force background image to move it back?
Thank you [import]uid: 5629 topic_id: 1650 reply_id: 301650[/import]