So my game is nearly done. I am wanting to target iOS and the Kindle Fire. How would I implement an exit button? In another post Peach said that for iOS one would use:
[lua]local function quitGame ()
os.exit()
end
myButton:addEventListener(“tap”, quitGame)[/lua]
Would I use the same thing for the Kindle?
Much appreciated,
J.K. [import]uid: 66117 topic_id: 19027 reply_id: 319027[/import]
