Something has changed. I have an iPhone app out, and I decided to make it available on Android. Problem is, it no longer works. There are probably multiple problems, but the first one I came across is this:
Early in main.lua I have the lines:
background = display.newImage("menuscreen.png")
menuScreen:insert( background )
Later, within a function, I again have the line:
menuScreen:insert( background )
But now it produces the error:
/Users/slg/Corona/Schism/main.lua:2515: bad argument #-2 to 'insert' (Proxy expected, got nil)
I get at least one other error having to do with the variable background, this time on a “menuscreen: remove(background)” line. Basically, the same error message.
What do I need to do to make this work again?
Thanks,
Sean. [import]uid: 4993 topic_id: 2120 reply_id: 302120[/import]
