display.setStatusBar( display.HiddenStatusBar ) local dispObj_1 = display.newImageRect( "world.jpg", 320, 480 ) dispObj_1.x = 160 dispObj_1.y = 240 local dispObj_2 = display.newImageRect( "Icon-60.png", 60, 60 ) dispObj_2:setReferencePoint( display.TopLeftReferencePoint ) dispObj_2.x = 0 dispObj_2.y = 0 local dispObj_3 = display.newImageRect( "Icon-60.png", 60, 60 ) dispObj_3:setReferencePoint( display.TopRightReferencePoint ) dispObj_3.x = 320 dispObj_3.y = 0 local dispObj_4 = display.newImageRect( "Icon-60.png", 60, 60 ) dispObj_4:setReferencePoint( display.BottomLeftReferencePoint ) dispObj_4.x = 0 dispObj_4.y = 480 local dispObj_5 = display.newImageRect( "Icon-60.png", 60, 60 ) dispObj_5:setReferencePoint( display.BottomRightReferencePoint ) dispObj_5.x = 320 dispObj_5.y = 480 local dispObj_6 = display.newImageRect( "Icon-60.png", 60, 60 ) dispObj_6.x = 160 dispObj_6.y = 240