Quick question here, is it possible to shake the phone to exit the application?
I’ve been trying out some code and this was the last one I tried which obviously didn’t work…
[code]
function onShake(system)
if system.isShake then
os.exit()
end
end
Runtime:addEventListner(“system”, onShake) [import]uid: 114389 topic_id: 28059 reply_id: 328059[/import]
[import]uid: 52491 topic_id: 28059 reply_id: 113606[/import]