After I’ve created an object with newButton(), is there a way I can change the defaultFile? Here’s how I set it up.
function()
logo = widget.newButton({
defaultFile = 'customlogo.png',
width = 420, height = 200,
x = display.contentWidth * 0.5,
y = display.contentHeight * 0.5 - 250,
})