Hi all,
I’m using build 842 and for some reason I can’t get two new screens to show up. I thought it was me, so I first posted here:
http://developer.anscamobile.com/forum/2012/06/27/odd-behavior-additional-buttons
I’m pretty sure I had the target pages set up right:
module(..., package.seeall)
function new()
local localGroup = display.newGroup()
local background = display.newImage ("credita.jpg")
localGroup:insert(background)
return localGroup
end
Any help’s appreciated.
Thanks. [import]uid: 144359 topic_id: 28058 reply_id: 328058[/import]