Please consider this code -
_________________________________________________________________
**1 function scene:createScene (event)
2 local group = self.view
3 local bgPicture = display.newImage ( “images/myPicture.jpg” )
4 bgPicture.x = display.contentCenterX
5 bgPicture.y = display.contentCenterY
6 bgGroup:insert(bgNewGame)**
7 end
_________________________________________________________________
This code gives me an error. I am wondering what is wrong with it? I’m just not seeing it…Any suggestions?