heres my code
local widget = require( “widget” )
local bg = display.newImageRect( “TAPTOPLAY.png”,480,320)
bg.x, bg.y = display.contentWidth / 2, display.contentHeight / 2
local button1Press = function**(WHAT DO I PUT IN HERE!!!?!?!?!?!? )**
t.text = "Button 1 pressed
end
WHAT DO I PUT BY FUNCTION?