I have the following:
local button2 =
display.newImage(“Aixam.png”)
button2.x = 150
button2.y = 350
button2:scale(.25,.25)
local exit2 = function(event)
os.exit()
return true
end
button2:addEventListener(
“touch”, exit2 )
On Iphone 4 I click the button and the app closes but still appears when d/clicking the home button.
If i run the app again the app is in it’s ‘new state’.
How do I stop this please?
ie completely close the app. [import]uid: 4585 topic_id: 4914 reply_id: 304914[/import]
