When I’m creating a scene, do this:
Function scene:create (event)
Local sceneGroup = self.view
Bgimage = create.image (“scene/Load/loadbg.png”, display.contentCenterX, display.contentCenterY, display.actualContentWidth, display.actualContentHeight)
SceneGroup:insert (bgimage)
End
Of these sceneGroup:insert (bgimage) when I do not add bgimage in the self.view ,bgimage can be displayed, when I joined the bgimage after the self.view ,bgimage he disappeared, but what is the situation?
