I just get a blank screen when I implement this bit of code into my project:
local firstGroup = display.newGroup()
firstGroup:insert(rect)
firstGroup:insert(yo)
local function listener(event)
firstGroup.y += 50
end
timer.performWithDelay(5000, listener)
Anybody know what the deal is? [import]uid: 47235 topic_id: 18786 reply_id: 318786[/import]