This is it, i have resulted in using a transparent background for the time being, i’m pretty sure im not doing anything wrong?
[lua] module(…, package.seeall)
_W = display.contentWidth
_H = display.contentHeight
function new()
local localGroup = display.newGroup()
local background = display.newImage(“bg2.png”)
local title = display.newText(“Best score”, 80, 80, “Helvetica”, 30)
title:setReferencePoint(display.CenterReferencePoint)
title:setTextColor(255,255,255)
return localGroup
end [/lua]
Its the same as as my other files but the background is on the top. [import]uid: 67534 topic_id: 23156 reply_id: 92810[/import]